mirror of
https://github.com/unmojang/meta.git
synced 2025-09-22 18:50:29 -04:00
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:
parent
1b25dbbcd0
commit
1f0d004561
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user