mirror of
https://github.com/WarrenHood/MC-Modpack-ForgeBoys.git
synced 2025-04-29 14:14:58 +01:00
Added mobptimizations to stop chickens being evil
This commit is contained in:
parent
2b8bbea511
commit
8c5ace2c68
31
modpack.lock
31
modpack.lock
|
@ -630,6 +630,19 @@ name = "create"
|
|||
version = "0.5.1.h"
|
||||
providers = ["Modrinth"]
|
||||
|
||||
[mods.coroutil]
|
||||
version = "1.20.1-1.3.7"
|
||||
server_side = true
|
||||
client_side = true
|
||||
|
||||
[[mods.coroutil.source]]
|
||||
|
||||
[mods.coroutil.source.Download]
|
||||
url = "https://cdn.modrinth.com/data/rLLJ1OZM/versions/6rPDKAT8/coroutil-forge-1.20.1-1.3.7.jar"
|
||||
sha1 = "7f5f0b62a638b6053c95919cbe8c2bea2e0c93d0"
|
||||
sha512 = "37a13eaa68579dd45204ebdfa43b2909123a2e5e875a2ca51da0d0882d4c524be1e95fce4bb26db21901b7d100ad9363968814e3566d44b5afce8fb8e8088057"
|
||||
filename = "coroutil-forge-1.20.1-1.3.7.jar"
|
||||
|
||||
[mods.craterlib]
|
||||
version = "1.20-2.1.0"
|
||||
server_side = true
|
||||
|
@ -1550,6 +1563,24 @@ sha1 = "9f60142dd94631800386a16a4ad70ad9e84cd78a"
|
|||
sha512 = "f4d7b0eb70a605ffb81bebd24fd125d8c0bc7917c3e00f27bee64988836323de5a3d205e89a4a5f8ae75741ca874f62996e7c8e5ed489dc3c1824337e93d263f"
|
||||
filename = "memoryleakfix-forge-1.17+-1.1.5.jar"
|
||||
|
||||
[mods.mobtimizations]
|
||||
version = "1.20.1-1.0.0"
|
||||
server_side = true
|
||||
client_side = true
|
||||
|
||||
[[mods.mobtimizations.source]]
|
||||
|
||||
[mods.mobtimizations.source.Download]
|
||||
url = "https://cdn.modrinth.com/data/Kbz7UydC/versions/mEhoYk0d/mobtimizations-forge-1.20.1-1.0.0.jar"
|
||||
sha1 = "1e7de73072e0adc9f09494cd79a79b1db030c293"
|
||||
sha512 = "6b4687616bbeb1afe6dc13fd291373ee4af2bdc26a5a3367ec20500f9afac4706a3b26a65e52bded5d8cb4a7d8782c0e742002bf7ca2d66b54f5ea35879f413a"
|
||||
filename = "mobtimizations-forge-1.20.1-1.0.0.jar"
|
||||
|
||||
[[mods.mobtimizations.deps]]
|
||||
name = "coroutil"
|
||||
version = "1.20.1-1.3.7"
|
||||
providers = ["Modrinth"]
|
||||
|
||||
[mods.modernfix]
|
||||
version = "5.19.4+mc1.20.1"
|
||||
server_side = true
|
||||
|
|
|
@ -352,6 +352,10 @@ version = "*"
|
|||
name = "memoryleakfix"
|
||||
version = "*"
|
||||
|
||||
[mods.mobtimizations]
|
||||
name = "mobtimizations"
|
||||
version = "*"
|
||||
|
||||
[mods.modernfix]
|
||||
name = "modernfix"
|
||||
version = "*"
|
||||
|
|
Loading…
Reference in a new issue