From c69d4924c1e1f21af3a3d85a075471ad8146967d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AF=E3=81=84=E3=81=84=E3=82=8D?= Date: Sun, 1 Mar 2026 18:53:51 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20resourcePackSha1=20=E3=81=8C=20v1.0.6?= =?UTF-8?q?=20=E3=81=AE=E5=80=A4=E3=81=A7=E3=81=AA=E3=81=84=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix ProjectTSB/TheSkyBlessing#2240 --- src/data/download.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/download.ts b/src/data/download.ts index 48a9b9a..7b975a6 100644 --- a/src/data/download.ts +++ b/src/data/download.ts @@ -22,7 +22,7 @@ export const stableVersion: StableVersionInfo = { datapackUrl: "https://github.com/ProjectTSB/TheSkyBlessing/releases/download/v1.0.6/datapacks.zip", resourcePackUrl: "https://github.com/ProjectTSB/TheSkyBlessing/releases/download/v1.0.6/resources.zip", multiplayResourcePackUrl: "https://github.com/ProjectTSB/TSB-ResourcePack/releases/download/v1.0.6/resources.zip", - resourcePackSha1: "b1eb7500e5f03e4f1def6fb43b05a017b70050ff", + resourcePackSha1: "0360d3e3b5a1e8b8e9f3e15b2fdc2caaa601a403", } export const latestVersion: LatestVersionInfo = {