From 5204bde17e0c606936f44dbf3235cc598d91f775 Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 18 Oct 2023 15:45:17 -0400 Subject: [PATCH] Add RightClickHarvest --- index.toml | 10 ++++++++++ mods/harvest.pw.toml | 13 +++++++++++++ mods/jamlib.pw.toml | 13 +++++++++++++ mods/rightclickharvest.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 mods/harvest.pw.toml create mode 100644 mods/jamlib.pw.toml create mode 100644 mods/rightclickharvest.pw.toml diff --git a/index.toml b/index.toml index 6cb760c..da0178d 100644 --- a/index.toml +++ b/index.toml @@ -352,6 +352,11 @@ file = "mods/iris.pw.toml" hash = "87ea5bf588ed195eaee3bcbd2432b5671692a203b25b688ffcbfeea6d2cea775" metafile = true +[[files]] +file = "mods/jamlib.pw.toml" +hash = "4a37864ebe44ddf66f7a127683adc76515d3dc97f8d8dba6fe362c43a1f39464" +metafile = true + [[files]] file = "mods/krypton.pw.toml" hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882" @@ -472,6 +477,11 @@ file = "mods/resourceful-lib.pw.toml" hash = "c89835f045a03832c287470cd1729a70f1265e3eac7b3cdaf603c3c1fd677689" metafile = true +[[files]] +file = "mods/rightclickharvest.pw.toml" +hash = "31b3bcbde9677f9fc1006aab482e6f43b7552146359cc4ef363e30a237d1d12b" +metafile = true + [[files]] file = "mods/screenshot-to-clipboard.pw.toml" hash = "672f3809a2053eef01aea4015ca4b0d4be6c507622172c091c17833b8d2ffb39" diff --git a/mods/harvest.pw.toml b/mods/harvest.pw.toml new file mode 100644 index 0000000..afed629 --- /dev/null +++ b/mods/harvest.pw.toml @@ -0,0 +1,13 @@ +name = "Harvest" +filename = "harvest-1.3.0-1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1DgT4iww/versions/sYlEC6A2/harvest-1.3.0-1.20.jar" +hash-format = "sha1" +hash = "8907950c54e499b137359c9525c5a9ba06df0de0" + +[update] +[update.modrinth] +mod-id = "1DgT4iww" +version = "sYlEC6A2" diff --git a/mods/jamlib.pw.toml b/mods/jamlib.pw.toml new file mode 100644 index 0000000..9bb1ec0 --- /dev/null +++ b/mods/jamlib.pw.toml @@ -0,0 +1,13 @@ +name = "JamLib" +filename = "jamlib-0.6.1+1.20.x.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IYY9Siz8/versions/vVYtBiuW/jamlib-0.6.1%2B1.20.x.jar" +hash-format = "sha1" +hash = "f5b654132f057a00690de6c524934a75d2ae66ca" + +[update] +[update.modrinth] +mod-id = "IYY9Siz8" +version = "vVYtBiuW" diff --git a/mods/rightclickharvest.pw.toml b/mods/rightclickharvest.pw.toml new file mode 100644 index 0000000..56eb254 --- /dev/null +++ b/mods/rightclickharvest.pw.toml @@ -0,0 +1,13 @@ +name = "RightClickHarvest" +filename = "right-click-harvest-3.2.3+1.19.x-1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Cnejf5xM/versions/4UWabEWo/right-click-harvest-3.2.3%2B1.19.x-1.20.1-fabric.jar" +hash-format = "sha1" +hash = "3ba10f7fd3acf5e1be6bdb665edd77bd95cd074e" + +[update] +[update.modrinth] +mod-id = "Cnejf5xM" +version = "4UWabEWo" diff --git a/pack.toml b/pack.toml index 43e9ccc..569fd64 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 = "137363ea638e568ad80880a2d35bfacbe774c32de3f8a4c6b427a5503ca99e2c" +hash = "c1b8ef47c915cce18c94c4fb9376edfe3a7f6754a1e2fc4b52b35302684500c1" [versions] minecraft = "1.20.1"