Added Staac API so Bits & Chisels does not crash on server

This commit is contained in:
JordanPlayz158
2025-05-25 20:12:45 -04:00
parent 2777eddf7d
commit c2bfa78e98
3 changed files with 19 additions and 1 deletions

View File

@@ -1179,6 +1179,11 @@ file = "mods/spell-power.pw.toml"
hash = "706cd603362fec004317ab9882101c71a27e5634d058b516c5d87fc1ddc48636" hash = "706cd603362fec004317ab9882101c71a27e5634d058b516c5d87fc1ddc48636"
metafile = true metafile = true
[[files]]
file = "mods/stacc-api.pw.toml"
hash = "f43bfe5b19aa551bc66c51f84c72e5cc1edd60182e428ea5fa17bdb6ec82ebdb"
metafile = true
[[files]] [[files]]
file = "mods/status-effect-bars.pw.toml" file = "mods/status-effect-bars.pw.toml"
hash = "4fb915d2bc266c1ed7a0dce77e3da295305c5dbec7a7ae1d142b3abf621be309" hash = "4fb915d2bc266c1ed7a0dce77e3da295305c5dbec7a7ae1d142b3abf621be309"

13
mods/stacc-api.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "stacc-api"
filename = "stacc-1.7.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fauLGdJR/versions/kI6KyeqZ/stacc-1.7.0.jar"
hash-format = "sha1"
hash = "e644ef01d03ccb14e8097f2de71808b8e3ada5a7"
[update]
[update.modrinth]
mod-id = "fauLGdJR"
version = "kI6KyeqZ"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "231ee179480308b82256a53e13d108790b9081011eda8861da28f4f5dc2dc352" hash = "d0e2e68e0a551981c5f2fb43d4089643ee3e32628e3f4f09c3db801515142dc2"
[versions] [versions]
fabric = "0.16.10" fabric = "0.16.10"