summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/common/forge.py6
-rw-r--r--meta/common/neoforge.py6
2 files changed, 3 insertions, 9 deletions
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,
-)