fix: use new ForgeWrapper to fix Forge 49

Closes https://github.com/PrismLauncher/PrismLauncher/issues/1934

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-12-28 22:08:50 +01:00
parent 1b25dbbcd0
commit 1f0d004561
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.7-prism"),
"29139276224c3b8eac414607ade28b90ba9113ba",
35062,
GradleSpecifier("io.github.zekerzhayard", "ForgeWrapper", "1.5.8-prism"),
"acd024c0448ec2c577a3f41aaa471acf6d9cda9b",
36229,
)
BAD_VERSIONS = ["1.12.2-14.23.5.2851"]