summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2025-10-07 13:39:09 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2025-10-07 13:39:09 +0300
commit18d7ce6d7358a75c67335d018b6a2e2ef9005d7c (patch)
treea0650898d9e63da57ad0ebf77e622882b972cb60
parent39e43f614601c6aad2d5bb1679ecb874fcf25f02 (diff)
downloadProject-Tick-18d7ce6d7358a75c67335d018b6a2e2ef9005d7c.tar.gz
Project-Tick-18d7ce6d7358a75c67335d018b6a2e2ef9005d7c.zip
Update forge.py
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
-rw-r--r--meta/common/forge.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/common/forge.py b/meta/common/forge.py
index 80d53452a7..573a5efb6f 100644
--- a/meta/common/forge.py
+++ b/meta/common/forge.py
@@ -15,8 +15,8 @@ LEGACYINFO_FILE = join(BASE_DIR, "legacyinfo.json")
FORGE_COMPONENT = "net.minecraftforge"
FORGEWRAPPER_LIBRARY = make_launcher_library(
- GradleSpecifier("io.github.zekerzhayard", "ForgeWrapper", "prism-2025-07-01"),
- "9325d3c4f97deffca76633845c3bfc48dcabd18e",
- 28917,
+ GradleSpecifier("io.github.zekerzhayard", "ForgeWrapper", "prism-2025-10-07"),
+ "f8f3cc537cc86ef9890474c2d436647ae3c4ff12",
+ 29351,
)
BAD_VERSIONS = ["1.12.2-14.23.5.2851"]