Add replanting feature

This commit is contained in:
TDLaouer 2024-03-19 00:48:51 +01:00
parent 21de0deecc
commit 9f0cecdbb0
4 changed files with 37 additions and 1 deletions

View File

@ -64,6 +64,11 @@ file = "mods/clumps.pw.toml"
hash = "524505b468ca28db75538936dbaea65fc42d13d07e821ed8c054fe7146044535" hash = "524505b468ca28db75538936dbaea65fc42d13d07e821ed8c054fe7146044535"
metafile = true metafile = true
[[files]]
file = "mods/collective.pw.toml"
hash = "5333619ce0f7e191d409fac6cd1c5981b15fd9baee160114e4a5010d9b44761d"
metafile = true
[[files]] [[files]]
file = "mods/controlling.pw.toml" file = "mods/controlling.pw.toml"
hash = "0360f47c1afd7385518db9df5d809344e1bcdc163e940a8744ee61b6d745b6ce" hash = "0360f47c1afd7385518db9df5d809344e1bcdc163e940a8744ee61b6d745b6ce"
@ -264,6 +269,11 @@ file = "mods/patchouli.pw.toml"
hash = "89e5cab6f92dbcfd6c2c058fc9381869fde193a431c284dbb828833e881cd344" hash = "89e5cab6f92dbcfd6c2c058fc9381869fde193a431c284dbb828833e881cd344"
metafile = true metafile = true
[[files]]
file = "mods/replanting-crops.pw.toml"
hash = "e3c5ac18e412aae7a638a2c22aff5f16e5de5c4ec368c08b011703cf44c58d84"
metafile = true
[[files]] [[files]]
file = "mods/searchables.pw.toml" file = "mods/searchables.pw.toml"
hash = "1fe2b3aa3fb54a4c449935c7cd74c8a3af1a342e6974bf6154916908ad861d1f" hash = "1fe2b3aa3fb54a4c449935c7cd74c8a3af1a342e6974bf6154916908ad861d1f"

13
mods/collective.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Collective"
filename = "collective-1.20.1-7.40.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/wipAhCa0/collective-1.20.1-7.40.jar"
hash-format = "sha1"
hash = "19e0c11ee46e360daf5e9b2f3c8ea11a046e3b73"
[update]
[update.modrinth]
mod-id = "e0M1UDsY"
version = "wipAhCa0"

View File

@ -0,0 +1,13 @@
name = "Replanting Crops"
filename = "replantingcrops-1.20.1-5.3.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/EXzIPtJo/versions/uSCEar36/replantingcrops-1.20.1-5.3.jar"
hash-format = "sha1"
hash = "749b4f35b0ba8ade30d340f2679de214b6f6fa65"
[update]
[update.modrinth]
mod-id = "EXzIPtJo"
version = "uSCEar36"

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 = "c4e9cf40ad7c372909909c6f70dd04401504ee2fb509b1807882005f1094d33f" hash = "1223039e45e0cbc4031ce8f5963ca57c7af2269c5b9f9d1f66e83e4c286e54b9"
[versions] [versions]
fabric = "0.15.7" fabric = "0.15.7"