Update ForgeWrapper

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2024-02-29 13:28:10 +00:00
parent f2e13cfaea
commit 2e6a20a81b
No known key found for this signature in database
GPG Key ID: 5E39D70B4C93C38E

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.8-prism"),
"acd024c0448ec2c577a3f41aaa471acf6d9cda9b",
36229,
GradleSpecifier("io.github.zekerzhayard", "ForgeWrapper", "prism-2024-02-29"),
"86c6791e32ac6478dabf9663f0ad19f8b6465dfe",
35483,
)
BAD_VERSIONS = ["1.12.2-14.23.5.2851"]