omni-hopper

This commit is contained in:
Anthony Debucquoy 2025-04-17 12:14:33 +02:00
parent cf9c3e12df
commit cf2e38a2c0
Signed by: tonitch
GPG Key ID: A78D6421F083D42E
4 changed files with 37 additions and 1 deletions

View File

@ -21783,6 +21783,11 @@ file = "mods/cooking-for-blockheads-fabric.pw.toml"
hash = "9bbdee0b13166bc35139b1a90b69c94ee5c6fef5879cfb496ef6cee5f9bb5a5f" hash = "9bbdee0b13166bc35139b1a90b69c94ee5c6fef5879cfb496ef6cee5f9bb5a5f"
metafile = true metafile = true
[[files]]
file = "mods/cooldown-coordinator.pw.toml"
hash = "b96038819cdb13fa6b59055c734b368a650140cf2405f59402852ca1508149d7"
metafile = true
[[files]] [[files]]
file = "mods/corgilib.pw.toml" file = "mods/corgilib.pw.toml"
hash = "2e9f0cf136e33806f330dbbd3ae665cbc5796ae78d1061d3c8b6ecd48a30f4ed" hash = "2e9f0cf136e33806f330dbbd3ae665cbc5796ae78d1061d3c8b6ecd48a30f4ed"
@ -22138,6 +22143,11 @@ file = "mods/oh-the-trees-youll-grow.pw.toml"
hash = "2aaca3b8aa5ad48aeffd2d44a583ffa431eb1e90e8419565955d4bbdbb694859" hash = "2aaca3b8aa5ad48aeffd2d44a583ffa431eb1e90e8419565955d4bbdbb694859"
metafile = true metafile = true
[[files]]
file = "mods/omnihopper.pw.toml"
hash = "09716cdd34123b5303c6df4a51c8b0f59ab5bef0c53328c062621a949357d967"
metafile = true
[[files]] [[files]]
file = "mods/owo-lib.pw.toml" file = "mods/owo-lib.pw.toml"
hash = "9a0ab52020c3a2d073e71f07ce11b9d2d8ae0a17b8a3cf0c9227029a51df51c3" hash = "9a0ab52020c3a2d073e71f07ce11b9d2d8ae0a17b8a3cf0c9227029a51df51c3"

View File

@ -0,0 +1,13 @@
name = "Cooldown Coordinator"
filename = "cooldown-coordinator-0.6.3.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/2lfPteTN/versions/Q38lLYOE/cooldown-coordinator-0.6.3.jar"
hash-format = "sha512"
hash = "82a231b59178fbfce47dead240a0b0d27d59aeba1111544b819f1fed9fbe4d86a3439c02e671bcf2a3dbfcc711a6c99ebcaef930a293478041c7b7a1e346c1fb"
[update]
[update.modrinth]
mod-id = "2lfPteTN"
version = "Q38lLYOE"

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

@ -0,0 +1,13 @@
name = "Omni-Hopper"
filename = "omnihopper-2.2.4+1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/i2u9r3li/versions/W5V7JKmn/omnihopper-2.2.4%2B1.20.jar"
hash-format = "sha512"
hash = "702a526309aadb7fb41bf42c32e87f28564cc42b91953f4ce4bf9aff01c99b69d715575bba42ab36a08e24d771e5d974206399a05b7c7905c6886ed66efa085b"
[update]
[update.modrinth]
mod-id = "i2u9r3li"
version = "W5V7JKmn"

View File

@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "4d95cbdb7608ce2f1167775d225c7b6ae9d88059c902cbd341a96d23b96313be" hash = "baf23931155d80f19a5ef0878198437c3b7ff16b95d23a0a4db347915a830eec"
[versions] [versions]
fabric = "0.16.10" fabric = "0.16.10"