Add RightClickHarvest

This commit is contained in:
NullBite 2023-10-18 15:45:17 -04:00
parent aae65586a7
commit 5204bde17e
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
5 changed files with 50 additions and 1 deletions

View File

@ -352,6 +352,11 @@ file = "mods/iris.pw.toml"
hash = "87ea5bf588ed195eaee3bcbd2432b5671692a203b25b688ffcbfeea6d2cea775" hash = "87ea5bf588ed195eaee3bcbd2432b5671692a203b25b688ffcbfeea6d2cea775"
metafile = true metafile = true
[[files]]
file = "mods/jamlib.pw.toml"
hash = "4a37864ebe44ddf66f7a127683adc76515d3dc97f8d8dba6fe362c43a1f39464"
metafile = true
[[files]] [[files]]
file = "mods/krypton.pw.toml" file = "mods/krypton.pw.toml"
hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882" hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882"
@ -472,6 +477,11 @@ file = "mods/resourceful-lib.pw.toml"
hash = "c89835f045a03832c287470cd1729a70f1265e3eac7b3cdaf603c3c1fd677689" hash = "c89835f045a03832c287470cd1729a70f1265e3eac7b3cdaf603c3c1fd677689"
metafile = true metafile = true
[[files]]
file = "mods/rightclickharvest.pw.toml"
hash = "31b3bcbde9677f9fc1006aab482e6f43b7552146359cc4ef363e30a237d1d12b"
metafile = true
[[files]] [[files]]
file = "mods/screenshot-to-clipboard.pw.toml" file = "mods/screenshot-to-clipboard.pw.toml"
hash = "672f3809a2053eef01aea4015ca4b0d4be6c507622172c091c17833b8d2ffb39" hash = "672f3809a2053eef01aea4015ca4b0d4be6c507622172c091c17833b8d2ffb39"

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

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

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

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

View File

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

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 = "137363ea638e568ad80880a2d35bfacbe774c32de3f8a4c6b427a5503ca99e2c" hash = "c1b8ef47c915cce18c94c4fb9376edfe3a7f6754a1e2fc4b52b35302684500c1"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"