From 9f0cecdbb02bfd4754b16621e76986404ddb5022 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Tue, 19 Mar 2024 00:48:51 +0100 Subject: [PATCH] Add replanting feature --- index.toml | 10 ++++++++++ mods/collective.pw.toml | 13 +++++++++++++ mods/replanting-crops.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/collective.pw.toml create mode 100644 mods/replanting-crops.pw.toml diff --git a/index.toml b/index.toml index e9ed114..1a6e45d 100644 --- a/index.toml +++ b/index.toml @@ -64,6 +64,11 @@ file = "mods/clumps.pw.toml" hash = "524505b468ca28db75538936dbaea65fc42d13d07e821ed8c054fe7146044535" metafile = true +[[files]] +file = "mods/collective.pw.toml" +hash = "5333619ce0f7e191d409fac6cd1c5981b15fd9baee160114e4a5010d9b44761d" +metafile = true + [[files]] file = "mods/controlling.pw.toml" hash = "0360f47c1afd7385518db9df5d809344e1bcdc163e940a8744ee61b6d745b6ce" @@ -264,6 +269,11 @@ file = "mods/patchouli.pw.toml" hash = "89e5cab6f92dbcfd6c2c058fc9381869fde193a431c284dbb828833e881cd344" metafile = true +[[files]] +file = "mods/replanting-crops.pw.toml" +hash = "e3c5ac18e412aae7a638a2c22aff5f16e5de5c4ec368c08b011703cf44c58d84" +metafile = true + [[files]] file = "mods/searchables.pw.toml" hash = "1fe2b3aa3fb54a4c449935c7cd74c8a3af1a342e6974bf6154916908ad861d1f" diff --git a/mods/collective.pw.toml b/mods/collective.pw.toml new file mode 100644 index 0000000..de7dba4 --- /dev/null +++ b/mods/collective.pw.toml @@ -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" diff --git a/mods/replanting-crops.pw.toml b/mods/replanting-crops.pw.toml new file mode 100644 index 0000000..f02f6fe --- /dev/null +++ b/mods/replanting-crops.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index 0d5ec41..025ffca 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 = "c4e9cf40ad7c372909909c6f70dd04401504ee2fb509b1807882005f1094d33f" +hash = "1223039e45e0cbc4031ce8f5963ca57c7af2269c5b9f9d1f66e83e4c286e54b9" [versions] fabric = "0.15.7"