From f0b0376bea676e13803db99986fb945963fb41cd Mon Sep 17 00:00:00 2001 From: Trent Date: Tue, 23 Nov 2021 12:30:44 -0800 Subject: [PATCH] Update with changes from 1.1.1 release. --- index.toml | 32 +++++++++++++++---- toml_mods/botania-fabric.toml | 14 ++++++++ toml_mods/crooked-crooks.toml | 14 ++++++++ toml_mods/mouse-tweaks.toml | 14 ++++++++ toml_mods/mouse-wheelie.toml | 14 -------- ...lager-hats.toml => villager-hats-mod.toml} | 2 +- toml_mods/{wmitef.toml => wmitaf.toml} | 0 7 files changed, 69 insertions(+), 21 deletions(-) create mode 100644 toml_mods/botania-fabric.toml create mode 100644 toml_mods/crooked-crooks.toml create mode 100644 toml_mods/mouse-tweaks.toml delete mode 100644 toml_mods/mouse-wheelie.toml rename toml_mods/{goosiks-villager-hats.toml => villager-hats-mod.toml} (88%) rename toml_mods/{wmitef.toml => wmitaf.toml} (100%) diff --git a/index.toml b/index.toml index d7fe208..97847fb 100644 --- a/index.toml +++ b/index.toml @@ -15,6 +15,9 @@ file = "config/InventoryHUD/curios.json" [[files]] file = "config/Lakeside.properties" +[[files]] +file = "config/MouseTweaks.cfg" + [[files]] file = "config/MythicMounts.txt" @@ -141,6 +144,12 @@ file = "config/biome_locator_client.json5" [[files]] file = "config/biome_locator_server.json5" +[[files]] +file = "config/botania-client.json5" + +[[files]] +file = "config/botania-common.json5" + [[files]] file = "config/bountiful/bountiful.json" @@ -174,6 +183,9 @@ file = "config/config.json" [[files]] file = "config/conjuring.json5" +[[files]] +file = "config/cosmetica/cached_cloaks.json" + [[files]] file = "config/couplings.toml" @@ -860,6 +872,10 @@ metafile = true file = "toml_mods/boat-container.toml" metafile = true +[[files]] +file = "toml_mods/botania-fabric.toml" +metafile = true + [[files]] file = "toml_mods/bountiful-fabric.toml" metafile = true @@ -948,6 +964,10 @@ metafile = true file = "toml_mods/crafting-tweaks-fabric.toml" metafile = true +[[files]] +file = "toml_mods/crooked-crooks.toml" +metafile = true + [[files]] file = "toml_mods/croptopia-fabric.toml" metafile = true @@ -1128,10 +1148,6 @@ metafile = true file = "toml_mods/golems-galore.toml" metafile = true -[[files]] -file = "toml_mods/goosiks-villager-hats.toml" -metafile = true - [[files]] file = "toml_mods/grims-transportables.toml" metafile = true @@ -1309,7 +1325,7 @@ file = "toml_mods/more-villagers-fabric.toml" metafile = true [[files]] -file = "toml_mods/mouse-wheelie.toml" +file = "toml_mods/mouse-tweaks.toml" metafile = true [[files]] @@ -1548,6 +1564,10 @@ metafile = true file = "toml_mods/vanilla-hammers.toml" metafile = true +[[files]] +file = "toml_mods/villager-hats-mod.toml" +metafile = true + [[files]] file = "toml_mods/visuality.toml" metafile = true @@ -1565,7 +1585,7 @@ file = "toml_mods/wither-totem.toml" metafile = true [[files]] -file = "toml_mods/wmitef.toml" +file = "toml_mods/wmitaf.toml" metafile = true [[files]] diff --git a/toml_mods/botania-fabric.toml b/toml_mods/botania-fabric.toml new file mode 100644 index 0000000..c5153ac --- /dev/null +++ b/toml_mods/botania-fabric.toml @@ -0,0 +1,14 @@ +name = "Botania (Fabric)" +filename = "Botania-1.17.1-421-FABRIC.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3530/238/Botania-1.17.1-421-FABRIC.jar" +hash-format = "murmur2" +hash = "4123682676" + +[update] +[update.curseforge] +file-id = 3530238 +project-id = 421839 +release-channel = "beta" diff --git a/toml_mods/crooked-crooks.toml b/toml_mods/crooked-crooks.toml new file mode 100644 index 0000000..def22e4 --- /dev/null +++ b/toml_mods/crooked-crooks.toml @@ -0,0 +1,14 @@ +name = "Crooked Crooks" +filename = "crookedcrooks-2.0.1+1.17.1.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3524/186/crookedcrooks-2.0.1+1.17.1.jar" +hash-format = "murmur2" +hash = "3482352288" + +[update] +[update.curseforge] +file-id = 3524186 +project-id = 393714 +release-channel = "beta" diff --git a/toml_mods/mouse-tweaks.toml b/toml_mods/mouse-tweaks.toml new file mode 100644 index 0000000..df4b948 --- /dev/null +++ b/toml_mods/mouse-tweaks.toml @@ -0,0 +1,14 @@ +name = "Mouse Tweaks" +filename = "MouseTweaks-fabric-mc1.17.1-2.15.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3515/479/MouseTweaks-fabric-mc1.17.1-2.15.jar" +hash-format = "murmur2" +hash = "1112064809" + +[update] +[update.curseforge] +file-id = 3515479 +project-id = 60089 +release-channel = "beta" diff --git a/toml_mods/mouse-wheelie.toml b/toml_mods/mouse-wheelie.toml deleted file mode 100644 index 9fd2822..0000000 --- a/toml_mods/mouse-wheelie.toml +++ /dev/null @@ -1,14 +0,0 @@ -name = "Mouse Wheelie (Fabric)" -filename = "mousewheelie-1.7.5+mc1.17.1.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3532/671/mousewheelie-1.7.5+mc1.17.1.jar" -hash-format = "murmur2" -hash = "719911327" - -[update] -[update.curseforge] -file-id = 3532671 -project-id = 317514 -release-channel = "beta" diff --git a/toml_mods/goosiks-villager-hats.toml b/toml_mods/villager-hats-mod.toml similarity index 88% rename from toml_mods/goosiks-villager-hats.toml rename to toml_mods/villager-hats-mod.toml index 97b3674..6461018 100644 --- a/toml_mods/goosiks-villager-hats.toml +++ b/toml_mods/villager-hats-mod.toml @@ -1,4 +1,4 @@ -name = "Villager Hats Mod" +name = "Villager Hats Mod [Fabric]" filename = "villager-hats-mod-1.2.1.jar" side = "both" diff --git a/toml_mods/wmitef.toml b/toml_mods/wmitaf.toml similarity index 100% rename from toml_mods/wmitef.toml rename to toml_mods/wmitaf.toml