removed a mod that's not working on the server.

This commit is contained in:
Raz 2023-07-06 15:21:32 -05:00
parent 834971a1e2
commit 9ae9797985
4 changed files with 1 additions and 21 deletions

View File

@ -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. - Adds the Angel Block from Extra Utilities. It can be placed in the air and broken instantly without a tool.
- Automatic Tool Swap - Automatic Tool Swap
- Automatically swaps to the correct tool for breaking the block if it's in your hotbar. - 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 - Chunky
- Allows OPs to pre-generate chunks. - Allows OPs to pre-generate chunks.
- Dynamic Trees - Dynamic Trees

View File

@ -236,11 +236,6 @@ file = "mods/botania.pw.toml"
hash = "aff5d172f2ef0d9f9a8e2ce00d5fcc864cafb15dc929d9e95e5d08e295fe7258" hash = "aff5d172f2ef0d9f9a8e2ce00d5fcc864cafb15dc929d9e95e5d08e295fe7258"
metafile = true metafile = true
[[files]]
file = "mods/botanical-machinery.pw.toml"
hash = "b30f8af4809ec407b24d0e5c13675ea083fc819a0e07ed173c0b0c992c8e1cd6"
metafile = true
[[files]] [[files]]
file = "mods/botany-pots.pw.toml" file = "mods/botany-pots.pw.toml"
hash = "16b6c476d7659dcc968312ce26af197f4c19f3b8d3fe5bed33bfb835de33b947" hash = "16b6c476d7659dcc968312ce26af197f4c19f3b8d3fe5bed33bfb835de33b947"

View File

@ -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"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "6cd8b6db059be105356120cc025acf337f707a2f35ed4e3a56f51ba85242b450" hash = "3472f9e9020f30da01f760065a65af455730afd9292936958a1f65d927cc81e2"
[versions] [versions]
forge = "43.2.8" forge = "43.2.8"