Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Comment on lines 23 to +25
Copy link

Copilot AI Mar 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resourcePackSha1 is ambiguous because StableVersionInfo has both resourcePackUrl and multiplayResourcePackUrl, but the UI displays this SHA1 under the multiplayer resource pack section. Consider renaming it (e.g. multiplayResourcePackSha1) and/or adding a separate SHA1 for resourcePackUrl to reduce the chance of future mismatches.

Copilot uses AI. Check for mistakes.
}

export const latestVersion: LatestVersionInfo = {
Expand Down