From bc554e77b1662b45d7b0cf05c70ee7a84bd0b8a2 Mon Sep 17 00:00:00 2001 From: sisby-folk Date: Tue, 25 Jun 2024 18:28:14 +1000 Subject: [PATCH] readd confetti stuff --- pack/index.toml | 5 +++++ pack/mods/confetti-stuff.pw.toml | 13 +++++++++++++ pack/pack.toml | 2 +- scripts/override_remove.json5 | 1 - 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 pack/mods/confetti-stuff.pw.toml diff --git a/pack/index.toml b/pack/index.toml index b475751..9029d00 100644 --- a/pack/index.toml +++ b/pack/index.toml @@ -474,6 +474,11 @@ file = "mods/confetti-lib.pw.toml" hash = "452dc4b4eecc86de8d7d3c60f0a1b15644d20a20c355beaaaea9bdb2b9da5933" metafile = true +[[files]] +file = "mods/confetti-stuff.pw.toml" +hash = "4eb75ead81681aa8ba6b91add89776872d70c1390705d05b4ab8b737893e2daa" +metafile = true + [[files]] file = "mods/crunchy-crunchy-advancements.pw.toml" hash = "ed8685cb5d23209da7f89e1029bf6f00c46893f439f544d248f784a305a4c759" diff --git a/pack/mods/confetti-stuff.pw.toml b/pack/mods/confetti-stuff.pw.toml new file mode 100644 index 0000000..4599065 --- /dev/null +++ b/pack/mods/confetti-stuff.pw.toml @@ -0,0 +1,13 @@ +name = "Confetti Stuff" +filename = "confetti_stuff-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6yBwpkox/versions/Et2PlMWq/confetti_stuff-1.0.1.jar" +hash-format = "sha1" +hash = "17c1e9d70394ac365471d52c5c1b972550dd9575" + +[update] +[update.modrinth] +mod-id = "6yBwpkox" +version = "Et2PlMWq" diff --git a/pack/pack.toml b/pack/pack.toml index 073def8..29a57e4 100644 --- a/pack/pack.toml +++ b/pack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a7dc896e3cc92c2bac9393430f0a7f2a13f620b3cb087dd6395d478765577e0a" +hash = "4dd2c3b98906b5601ee9dcc84a9d02462448ce403903c373de1055b6e04aa2ef" [versions] fabric = "0.15.11" diff --git a/scripts/override_remove.json5 b/scripts/override_remove.json5 index b210974..27c41db 100644 --- a/scripts/override_remove.json5 +++ b/scripts/override_remove.json5 @@ -1,6 +1,5 @@ [ {"project_id": "emi"}, // crashes (might be incompat) {"project_id": "crystal-fortunes"}, // server crash - {"project_id": "confetti-stuff"}, // server crash {"project_id": "mid-journey"}, // server crash ] \ No newline at end of file