From 9ae97979850fcdd666412e0ba10c8ccbff4b2ad6 Mon Sep 17 00:00:00 2001 From: Thomas Hinkle Date: Thu, 6 Jul 2023 15:21:32 -0500 Subject: [PATCH] removed a mod that's not working on the server. --- CHANGELOG.md | 2 -- index.toml | 5 ----- mods/botanical-machinery.pw.toml | 13 ------------- pack.toml | 2 +- 4 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 mods/botanical-machinery.pw.toml diff --git a/CHANGELOG.md b/CHANGELOG.md index 3507c84..1c90614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,8 +32,6 @@ This will be the initial release for the production server. I will avoid adding - Adds the Angel Block from Extra Utilities. It can be placed in the air and broken instantly without a tool. - Automatic Tool Swap - Automatically swaps to the correct tool for breaking the block if it's in your hotbar. -- Botanical Machinery - - Adds some mechanical versions of Botania to make automation easier - Chunky - Allows OPs to pre-generate chunks. - Dynamic Trees diff --git a/index.toml b/index.toml index db1bade..eed3dc7 100644 --- a/index.toml +++ b/index.toml @@ -236,11 +236,6 @@ file = "mods/botania.pw.toml" hash = "aff5d172f2ef0d9f9a8e2ce00d5fcc864cafb15dc929d9e95e5d08e295fe7258" metafile = true -[[files]] -file = "mods/botanical-machinery.pw.toml" -hash = "b30f8af4809ec407b24d0e5c13675ea083fc819a0e07ed173c0b0c992c8e1cd6" -metafile = true - [[files]] file = "mods/botany-pots.pw.toml" hash = "16b6c476d7659dcc968312ce26af197f4c19f3b8d3fe5bed33bfb835de33b947" diff --git a/mods/botanical-machinery.pw.toml b/mods/botanical-machinery.pw.toml deleted file mode 100644 index 04d5d46..0000000 --- a/mods/botanical-machinery.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Botanical Machinery" -filename = "BotanicalMachinery-1.19.2-2.0.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/CTJzhcfH/versions/f22kYsgI/BotanicalMachinery-1.19.2-2.0.1.jar" -hash-format = "sha1" -hash = "bb2b7523e214001c713cf1fad55bbe8eb6543217" - -[update] -[update.modrinth] -mod-id = "CTJzhcfH" -version = "f22kYsgI" diff --git a/pack.toml b/pack.toml index 3b31801..fe6cfd6 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 = "6cd8b6db059be105356120cc025acf337f707a2f35ed4e3a56f51ba85242b450" +hash = "3472f9e9020f30da01f760065a65af455730afd9292936958a1f65d927cc81e2" [versions] forge = "43.2.8"