fix mob griefing

This commit is contained in:
TDLaouer 2024-03-28 01:09:59 +01:00
parent 2694793f3f
commit 4c50d80b76
4 changed files with 19 additions and 19 deletions

View File

@ -74,6 +74,11 @@ file = "mods/controlling.pw.toml"
hash = "0360f47c1afd7385518db9df5d809344e1bcdc163e940a8744ee61b6d745b6ce" hash = "0360f47c1afd7385518db9df5d809344e1bcdc163e940a8744ee61b6d745b6ce"
metafile = true metafile = true
[[files]]
file = "mods/convenient-mobgriefing.pw.toml"
hash = "318590afc60d90c39271890d5f958ffdd06a20f300353b98f064774ff1f9c042"
metafile = true
[[files]] [[files]]
file = "mods/crafting-tweaks.pw.toml" file = "mods/crafting-tweaks.pw.toml"
hash = "cf9852c1ccb3281ea336dfff5cfcce3e3df5b051f6ae0eba975bdd19cf25b667" hash = "cf9852c1ccb3281ea336dfff5cfcce3e3df5b051f6ae0eba975bdd19cf25b667"
@ -174,11 +179,6 @@ file = "mods/ferrite-core.pw.toml"
hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a" hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a"
metafile = true metafile = true
[[files]]
file = "mods/friendly-griefing.pw.toml"
hash = "a152b43dc400577a51a7ad32c74f99592ddf8ee927902543b7791c090ae00225"
metafile = true
[[files]] [[files]]
file = "mods/geckolib.pw.toml" file = "mods/geckolib.pw.toml"
hash = "19cbba78c4982b15d10e44736a5fb7e992e477f6101799258d0ef7e03b288033" hash = "19cbba78c4982b15d10e44736a5fb7e992e477f6101799258d0ef7e03b288033"

View File

@ -0,0 +1,13 @@
name = "Convenient mobGriefing"
filename = "convenient-mobgriefing-2.1.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/FJI3H6YI/versions/GYP5cKT7/convenient-mobgriefing-2.1.0.jar"
hash-format = "sha1"
hash = "bd7bc0b40fda8a145273d9da05641f5a511c0443"
[update]
[update.modrinth]
mod-id = "FJI3H6YI"
version = "GYP5cKT7"

View File

@ -1,13 +0,0 @@
name = "Friendly Griefing"
filename = "FriendlyGriefing-1.20-1.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/71ytzNvi/versions/EqQg2qvt/FriendlyGriefing-1.20-1.0.2.jar"
hash-format = "sha1"
hash = "36f3ff362f86ca145e95c4b67c152cf6a022223e"
[update]
[update.modrinth]
mod-id = "71ytzNvi"
version = "EqQg2qvt"

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 = "fb7bc5ffb7d0fa533609ab23850206b928d1c30a6bfa3ab08dfba9c62e19e6b9" hash = "9ef7307d90a8e91f06047c3e9849143a42eac936ab081efffd915cf271eae12a"
[versions] [versions]
fabric = "0.15.7" fabric = "0.15.7"