From 0c1b27a87b11b9a5ec21e50271fe4e9d37307b7b Mon Sep 17 00:00:00 2001 From: endigma Date: Wed, 27 Dec 2023 15:24:01 -0400 Subject: [PATCH] add mru, remove not enough crashes (crashes ironically) --- index.toml | 18 +++++++++++------- mods/mru.pw.toml | 13 +++++++++++++ mods/notenoughcrashes.pw.toml | 13 ------------- pack.toml | 4 ++-- 4 files changed, 26 insertions(+), 22 deletions(-) create mode 100644 mods/mru.pw.toml delete mode 100644 mods/notenoughcrashes.pw.toml diff --git a/index.toml b/index.toml index 404b2e8..7af8ec2 100644 --- a/index.toml +++ b/index.toml @@ -14,7 +14,7 @@ hash = "272ecdcf71fe8f8cf327938df359f4ba8f97878f171abd00cc9e6268bde6c451" [[files]] file = "config/fwaystones/config.json5" -hash = "1b447f25fa3e2646b40005f65f6ce3cf4eee4e118584244ffe60bc4bfd58cf70" +hash = "634fb44ab5ca4ed8ae4d6aa569fa91c063e2942d1a3bf39898733b2fa5b47bbc" [[files]] file = "config/grapplemod.json" @@ -26,7 +26,7 @@ hash = "da44f876c6d3d00019f4f5d78829ec41841c09128b686123527dbff3c0555549" [[files]] file = "config/rules.json" -hash = "4e126cb5d83c38dec8b0df299539aa92fff39fd3faa2a3824c94e1171749f1f1" +hash = "96da3b156659b5bb24ef57744e64d56850efe74be6584ed691f2e82fe42774ce" [[files]] file = "config/terrestria/biome.json" @@ -88,6 +88,10 @@ hash = "f1732450e74cbeaece566e75c5de7ee81cdeafd96693f786a460abb68162f65d" file = "config/yosbr/options.txt" hash = "944a47f82b012c0713e2de5bda9046d887cfa4e66684678ed688580c87f105b1" +[[files]] +file = "modlist.md" +hash = "c84d00f8f895f7bfefdc53d7a5c7f521e8086f763384094e974f4cb9b7db1834" + [[files]] file = "mods/addadd.pw.toml" hash = "ea4a5f7fd697978b42347e984135504a0a027c717f0f0a39da8b9ac1f97255eb" @@ -758,6 +762,11 @@ file = "mods/moyai.pw.toml" hash = "9ade6d933c054fdf833076aa8e8953f26431a683a007227f1933d738bacc8f06" metafile = true +[[files]] +file = "mods/mru.pw.toml" +hash = "051b1bee4a7fd8f2a55753fe95eda061e0f2a724c5b8ad38d2ca3619c88f2fae" +metafile = true + [[files]] file = "mods/mystical-oak-tree.pw.toml" hash = "2e6ce38ed7d1e8491d0d7f4936dc021323f40409c6e506f87190a25f1b354091" @@ -778,11 +787,6 @@ file = "mods/not-enough-animations.pw.toml" hash = "15bbdb7f98ae7148b79b69408488dd03016ac89fe647b5396417a8ba4f968df0" metafile = true -[[files]] -file = "mods/notenoughcrashes.pw.toml" -hash = "3ec6010e6922154637aa19d6523853262ff1eaff9cc8eaca10d800932139ad9e" -metafile = true - [[files]] file = "mods/nullscape.pw.toml" hash = "1f265c12c3649ab889b96bf8a3f5263521e5afc82c66e094983bfd003b3200a2" diff --git a/mods/mru.pw.toml b/mods/mru.pw.toml new file mode 100644 index 0000000..f027a56 --- /dev/null +++ b/mods/mru.pw.toml @@ -0,0 +1,13 @@ +name = "M.R.U" +filename = "mru-0.4.0+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/SNVQ2c0g/versions/v7tZXH6x/mru-0.4.0%2B1.20.jar" +hash-format = "sha1" +hash = "d1795961af8719c6f0d6e3fd14e58f246333eef2" + +[update] +[update.modrinth] +mod-id = "SNVQ2c0g" +version = "v7tZXH6x" diff --git a/mods/notenoughcrashes.pw.toml b/mods/notenoughcrashes.pw.toml deleted file mode 100644 index 698e476..0000000 --- a/mods/notenoughcrashes.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Not Enough Crashes" -filename = "notenoughcrashes-4.4.6+1.20.1-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/yM94ont6/versions/dUMsjI9u/notenoughcrashes-4.4.6%2B1.20.1-fabric.jar" -hash-format = "sha1" -hash = "c813ba62ecc96b8d9ad670c057e13ce34f12abaa" - -[update] -[update.modrinth] -mod-id = "yM94ont6" -version = "dUMsjI9u" diff --git a/pack.toml b/pack.toml index b5b33cb..0673847 100644 --- a/pack.toml +++ b/pack.toml @@ -6,8 +6,8 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "bd9cacf72bcb74870aaea7bf5df8d2197c9ce004b0d99b0f82add6f75fc40b13" +hash = "78c7c55e54d678ce972062d6fb03ff9ac59da0cebed6f56720e532ebf168b636" [versions] -fabric = "0.14.22" +fabric = "0.15.3" minecraft = "1.20.1"