Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tsb | c69d492 | Commit Preview URL Branch Preview URL |
Mar 01 2026, 09:54 AM |
There was a problem hiding this comment.
Pull request overview
Fixes ProjectTSB/TheSkyBlessing#2240 by correcting the resourcePackSha1 value for stable version v1.0.6, ensuring the published SHA1 matches the intended resource pack release.
Changes:
- Update
stableVersion.resourcePackSha1to the correct SHA1 forv1.0.6.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 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", |
There was a problem hiding this comment.
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.
Fix ProjectTSB/TheSkyBlessing#2240