From 5d52e3e6452c8eec924cab9b1f16f21d36a7354d Mon Sep 17 00:00:00 2001 From: "Nikolay S." Date: Sat, 8 Aug 2026 03:26:51 -0500 Subject: [PATCH 1/2] Update UpdateableConstants.java --- .../com/gtnewhorizons/gtnhgradle/UpdateableConstants.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java b/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java index 45a72e7d..fc65362d 100644 --- a/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java +++ b/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java @@ -26,11 +26,11 @@ public class UpdateableConstants { public static final @NotNull String JABEL_STUBS = "com.github.GTNewHorizons:jabel-stubs:1.0.0"; /** Latest version of GTNHLib for modern Java support */ // https://github.com/GTNewHorizons/GTNHLib/releases - public static final @NotNull String NEWEST_GTNH_LIB = "com.github.GTNewHorizons:GTNHLib:0.11.0"; - /** Latest version of GTNHLib for modern Java support */ + public static final @NotNull String NEWEST_GTNH_LIB = "com.github.GTNewHorizons:GTNHLib:0.11.37"; + /** Latest version of lwjgl3ify for modern Java support */ // https://github.com/GTNewHorizons/lwjgl3ify/releases public static final @NotNull String NEWEST_LWJGL3IFY = "com.github.GTNewHorizons:lwjgl3ify:3.0.20"; - /** Latest version of GTNHLib for modern Java support */ + /** Latest version of Hodgepodge for modern Java support */ // https://github.com/GTNewHorizons/Hodgepodge/releases public static final @NotNull String NEWEST_HODGEPODGE = "com.github.GTNewHorizons:Hodgepodge:2.7.153"; /** Latest version of LWJGL3 for modern Java support */ @@ -45,7 +45,7 @@ public class UpdateableConstants { /** JVM Downgrader API/stubs version for shading - can be snapshot */ // https://maven.wagyourtail.xyz/#/snapshots/xyz/wagyourtail/jvmdowngrader // https://github.com/unimined/JvmDowngrader/releases - public static final @NotNull String JVMDG_VERSION = "1.3.6"; + public static final @NotNull String JVMDG_VERSION = "2.0.1"; /** JVM Downgrader group ID */ public static final @NotNull String JVMDG_GROUP = "xyz.wagyourtail.jvmdowngrader"; From 810424eddd162fba617c7db622546936930ddaae Mon Sep 17 00:00:00 2001 From: Raven Szewczyk Date: Sat, 8 Aug 2026 09:30:01 +0100 Subject: [PATCH 2/2] Update lwjgl3, lwjgl3ify, Hodgepodge and min gtnhlib for jvmdg stubs --- .../com/gtnewhorizons/gtnhgradle/UpdateableConstants.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java b/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java index fc65362d..e4bde270 100644 --- a/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java +++ b/src/main/java/com/gtnewhorizons/gtnhgradle/UpdateableConstants.java @@ -29,18 +29,18 @@ public class UpdateableConstants { public static final @NotNull String NEWEST_GTNH_LIB = "com.github.GTNewHorizons:GTNHLib:0.11.37"; /** Latest version of lwjgl3ify for modern Java support */ // https://github.com/GTNewHorizons/lwjgl3ify/releases - public static final @NotNull String NEWEST_LWJGL3IFY = "com.github.GTNewHorizons:lwjgl3ify:3.0.20"; + public static final @NotNull String NEWEST_LWJGL3IFY = "com.github.GTNewHorizons:lwjgl3ify:3.0.31"; /** Latest version of Hodgepodge for modern Java support */ // https://github.com/GTNewHorizons/Hodgepodge/releases - public static final @NotNull String NEWEST_HODGEPODGE = "com.github.GTNewHorizons:Hodgepodge:2.7.153"; + public static final @NotNull String NEWEST_HODGEPODGE = "com.github.GTNewHorizons:Hodgepodge:2.7.181"; /** Latest version of LWJGL3 for modern Java support */ // https://github.com/GTNewHorizons/lwjgl3ify/blob/master/gradle/libs.versions.toml - but check what latest // Minecraft uses too - public static final @NotNull String NEWEST_LWJGL3 = "3.4.2-20260225.192616-2"; + public static final @NotNull String NEWEST_LWJGL3 = "3.4.2"; /** Minimum GTNHLib version required for JVM Downgrader stub support */ // When jvmDowngraderStubsProvider=gtnhlib, GTNHLib must provide the stubs at runtime - public static final @NotNull String MIN_GTNHLIB_FOR_JVMDG_STUBS = "com.github.GTNewHorizons:GTNHLib:0.9.0"; + public static final @NotNull String MIN_GTNHLIB_FOR_JVMDG_STUBS = "com.github.GTNewHorizons:GTNHLib:0.11.37"; /** JVM Downgrader API/stubs version for shading - can be snapshot */ // https://maven.wagyourtail.xyz/#/snapshots/xyz/wagyourtail/jvmdowngrader