add simple baby zombie remover
This commit is contained in:
parent
658856b281
commit
0f5cc5a33e
3 changed files with 19 additions and 1 deletions
|
@ -421,6 +421,11 @@ file = "mods/scout.pw.toml"
|
||||||
hash = "68294f1c5446212a2be90d29c394dda29962992131e4af20764574a73461ce10"
|
hash = "68294f1c5446212a2be90d29c394dda29962992131e4af20764574a73461ce10"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/simple-baby-zombie-remover.pw.toml"
|
||||||
|
hash = "e0654170be970fc526e464dbb7d8803c2cb2fba068233e2b2b8f89b16ef6ca8c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/simple-durability-tooltip.pw.toml"
|
file = "mods/simple-durability-tooltip.pw.toml"
|
||||||
hash = "0a787f632434afc001e13a669833edc6864f925d7d61cd10a1ed596161997985"
|
hash = "0a787f632434afc001e13a669833edc6864f925d7d61cd10a1ed596161997985"
|
||||||
|
|
13
mods/simple-baby-zombie-remover.pw.toml
Normal file
13
mods/simple-baby-zombie-remover.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Simple Baby Zombie Remover"
|
||||||
|
filename = "simple_baby_zombie_remover-1.0.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/egSU6Mna/versions/dpRDnycK/simple_baby_zombie_remover-1.0.0.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "389592d317818a08a3da784aa234675dfc4b7e2e0c9fbf6bd28388e64548c66d9f5d2c3c6428ccc9e30dfb3b1ce1bf99c72c81f6f0ace3130418edbf3830b18b"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "egSU6Mna"
|
||||||
|
version = "dpRDnycK"
|
|
@ -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 = "3a786755b811b70ad099e96ee1b1d3971fbaa650aaa1c75ce5fb9fb82cb378d1"
|
hash = "905da016d90644521881da0872cdf1db247ef62591999d92d310e32fc6d10b48"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.19.2"
|
minecraft = "1.19.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue