From c2bfa78e981b85d5318a132055d293b4189f7765 Mon Sep 17 00:00:00 2001 From: JordanPlayz158 Date: Sun, 25 May 2025 20:12:45 -0400 Subject: [PATCH] Added Staac API so Bits & Chisels does not crash on server --- index.toml | 5 +++++ mods/stacc-api.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/stacc-api.pw.toml diff --git a/index.toml b/index.toml index 1a3b08a..9cc4660 100644 --- a/index.toml +++ b/index.toml @@ -1179,6 +1179,11 @@ file = "mods/spell-power.pw.toml" hash = "706cd603362fec004317ab9882101c71a27e5634d058b516c5d87fc1ddc48636" metafile = true +[[files]] +file = "mods/stacc-api.pw.toml" +hash = "f43bfe5b19aa551bc66c51f84c72e5cc1edd60182e428ea5fa17bdb6ec82ebdb" +metafile = true + [[files]] file = "mods/status-effect-bars.pw.toml" hash = "4fb915d2bc266c1ed7a0dce77e3da295305c5dbec7a7ae1d142b3abf621be309" diff --git a/mods/stacc-api.pw.toml b/mods/stacc-api.pw.toml new file mode 100644 index 0000000..06fd193 --- /dev/null +++ b/mods/stacc-api.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index 9701292..4c56cae 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "231ee179480308b82256a53e13d108790b9081011eda8861da28f4f5dc2dc352" +hash = "d0e2e68e0a551981c5f2fb43d4089643ee3e32628e3f4f09c3db801515142dc2" [versions] fabric = "0.16.10"