chore: bump ForgeWrapper

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-11-01 12:07:40 +01:00
parent 9f6c9972c6
commit 86cad8b5d8
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -16,8 +16,8 @@ STATIC_LEGACYINFO_FILE = join(BASE_DIR, "forge-legacyinfo.json")
FORGE_COMPONENT = "net.minecraftforge"
FORGEWRAPPER_LIBRARY = make_launcher_library(
GradleSpecifier("io.github.zekerzhayard", "ForgeWrapper", "1.5.6-prism"),
"b059aa8c4d2508055c6ed2a2561923a5e670a5eb",
34860,
GradleSpecifier("io.github.zekerzhayard", "ForgeWrapper", "1.5.7-prism"),
"29139276224c3b8eac414607ade28b90ba9113ba",
35062,
)
BAD_VERSIONS = ["1.12.2-14.23.5.2851"]