Add no-mob-farms for stopping raid farms
This commit is contained in:
parent
abadfef53a
commit
21dbb77436
3 changed files with 19 additions and 1 deletions
|
@ -670,6 +670,11 @@ file = "mods/no-chat-reports.pw.toml"
|
|||
hash = "1aa7510ec1a3994273a20f8b341f676583b9ede2eaea3badd46deb7178d92a6c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-mob-farms.pw.toml"
|
||||
hash = "582b3d7d0248fa413c18939f3aeb283000b0af08bfb23c28a1fe73a793a92d11"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/no-shield-delay.pw.toml"
|
||||
hash = "11d7d7dac686582ef0fd37ff3fb19334c3c39625c2f7d8050e5133b492136453"
|
||||
|
|
13
mods/no-mob-farms.pw.toml
Normal file
13
mods/no-mob-farms.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "No Mob Farms"
|
||||
filename = "nomobfarm-1.6.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "e1fab8f8ab0bcf97f834fab7d46e6b86cd85f445"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3824757
|
||||
project-id = 560784
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "4047f0a5af51576407ca01d84536ba00dadd0ea64b28cdbd3ed5b6754161ccba"
|
||||
hash = "358de98beb6896d08382c48f60a219a09105b47495f85630245c7c7b1cf53892"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.19.2"
|
||||
|
|
Loading…
Reference in a new issue