Disable enderman grief

This commit is contained in:
kalle 2025-02-23 21:50:01 +01:00
parent 7f62fc56d7
commit dcdedeabcd
3 changed files with 19 additions and 1 deletions

View file

@ -133,6 +133,11 @@ file = "mods/crossstitch.pw.toml"
hash = "899a506ec93d9bbc84e58aebeb369847493f97a4383e6691a5d51dbb9c2f6ea2" hash = "899a506ec93d9bbc84e58aebeb369847493f97a4383e6691a5d51dbb9c2f6ea2"
metafile = true metafile = true
[[files]]
file = "mods/disable-enderman-picking-up-blocks.pw.toml"
hash = "b39176c849da54efdbf114a6ea4087bfd68aa1ce894859d202b969e603aaf92f"
metafile = true
[[files]] [[files]]
file = "mods/distanthorizons.pw.toml" file = "mods/distanthorizons.pw.toml"
hash = "4ef2c8bb9347df684024c4720af076b06dcd36b128c3ca27759bcd4aa19b8e4f" hash = "4ef2c8bb9347df684024c4720af076b06dcd36b128c3ca27759bcd4aa19b8e4f"

View file

@ -0,0 +1,13 @@
name = "Disable Enderman Picking Up Blocks"
filename = "disable-enderman-picking-up-blocks-main-1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ec6K5FYS/versions/fZSoEtFW/disable-enderman-picking-up-blocks-main-1.0.jar"
hash-format = "sha512"
hash = "728b914548508610398ddc41459e8aa42dc20ef09dd46f740a717bb4ea5b0b6d8be9faa132623538e3a3a1b55f8d6aa2e4a4f141b7404a787a13c2357e236a0b"
[update]
[update.modrinth]
mod-id = "Ec6K5FYS"
version = "fZSoEtFW"

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 = "b093087bfc68a75b10afce9288a12921b7ad8e38faa598349d0592a7c6193f04" hash = "261dbe391e863d2d455b36cf293090d5f824e1304acb1709dfc123308ee775e3"
[versions] [versions]
fabric = "0.16.10" fabric = "0.16.10"