Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@ 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 */
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
// 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";
Expand Down