Add mod: PipeBlocker

This commit is contained in:
Wroclaw 2023-08-11 17:59:15 +02:00
parent 77a4d44f58
commit 485c4cc219
3 changed files with 19 additions and 1 deletions

5
index.toml generated
View file

@ -267,6 +267,11 @@ file = "mods/perspektive.pw.toml"
hash = "49a1fc6dc51674b5b24487467cf4c0a5d43b91f1fd531fb743df5076b882887e" hash = "49a1fc6dc51674b5b24487467cf4c0a5d43b91f1fd531fb743df5076b882887e"
metafile = true metafile = true
[[files]]
file = "mods/pipeblocker.pw.toml"
hash = "3352e7e454ffc6c2771cd2d5c34e233f08c5a90e646c63ecd64ae3e82e6396b4"
metafile = true
[[files]] [[files]]
file = "mods/presence-footsteps.pw.toml" file = "mods/presence-footsteps.pw.toml"
hash = "5027329d763899c40db5e3f389cfb2262d61d0037668c331db0cec1491c585d8" hash = "5027329d763899c40db5e3f389cfb2262d61d0037668c331db0cec1491c585d8"

13
mods/pipeblocker.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "PipeBlocker"
filename = "pipeblocker-fabric-1.2.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/wlRUwo2y/versions/VH4NKOW2/pipeblocker-fabric-1.2.0.jar"
hash-format = "sha1"
hash = "ac59bd8d0bc685a7e8e2fe1084987f36aae90d0d"
[update]
[update.modrinth]
mod-id = "wlRUwo2y"
version = "VH4NKOW2"

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 = "a7994f1c465e06f2261b7249c8553786e1dadd34f41ae82840e657ec737233f7" hash = "c8d2656acda62f4250bb4c5caad787e199934161980808a521e56ba277e9949b"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"