diff options
| author | Trial97 <alexandru.tripon97@gmail.com> | 2024-03-04 21:39:02 +0200 |
|---|---|---|
| committer | Trial97 <alexandru.tripon97@gmail.com> | 2024-03-04 21:39:02 +0200 |
| commit | c8f354ee2709bb59aca6676e213f6826f4cf87f5 (patch) | |
| tree | 921390b5f71b7ee8abf1c56cbec34189bae318ff /meta | |
| parent | abc32095d8fd61ab71c23c4710d41e5755fd9f5a (diff) | |
| parent | a89ee467956c35da9ce7445a16e27fc1cf9988c9 (diff) | |
| download | Project-Tick-c8f354ee2709bb59aca6676e213f6826f4cf87f5.tar.gz Project-Tick-c8f354ee2709bb59aca6676e213f6826f4cf87f5.zip | |
Merge branch 'main' of https://github.com/PrismLauncher/meta into javas
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/common/forge.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/common/forge.py b/meta/common/forge.py index 5ce6442ec9..4fccc7dcb6 100644 --- a/meta/common/forge.py +++ b/meta/common/forge.py @@ -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"] |
