From ca4fb33fde501d4c52af123c7b2bf25b37bd645c Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Thu, 17 Aug 2023 22:21:38 +0200 Subject: fix: use same ForgeWrapper for both Forge and NeoForge Signed-off-by: Sefa Eyeoglu --- meta/common/forge.py | 6 +++--- meta/common/neoforge.py | 6 ------ 2 files changed, 3 insertions(+), 9 deletions(-) (limited to 'meta') diff --git a/meta/common/forge.py b/meta/common/forge.py index d8828036bd..4a8afbe06f 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", "mmc2"), - "4ee5f25cc9c7efbf54aff4c695da1054c1a1d7a3", - 34444, + GradleSpecifier("io.github.zekerzhayard", "ForgeWrapper", "1.5.6-prism"), + "b059aa8c4d2508055c6ed2a2561923a5e670a5eb", + 34860, ) BAD_VERSIONS = ["1.12.2-14.23.5.2851"] diff --git a/meta/common/neoforge.py b/meta/common/neoforge.py index 3af76b9a21..83f4890e97 100644 --- a/meta/common/neoforge.py +++ b/meta/common/neoforge.py @@ -12,9 +12,3 @@ FILE_MANIFEST_DIR = join(BASE_DIR, "files_manifests") DERIVED_INDEX_FILE = join(BASE_DIR, "derived_index.json") NEOFORGE_COMPONENT = "net.neoforged" - -FORGEWRAPPER_LIBRARY = make_launcher_library( - GradleSpecifier("io.github.zekerzhayard", "ForgeWrapper", "1.5.6-prism"), - "b059aa8c4d2508055c6ed2a2561923a5e670a5eb", - 34860, -) -- cgit 0.0.5-2-1-g0f52