From 70a0ddd9282bea0e77f2925026a0eb000422cacd Mon Sep 17 00:00:00 2001 From: TiMNe123 Date: Thu, 16 Jul 2026 02:25:24 +0700 Subject: [PATCH 1/2] fix: bump GTNHLib to 0.11.14 --- dependencies.gradle | 2 +- src/main/java/com/newmaa/othtech/OTHTechnology.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 9e5471d..4159ffd 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -65,7 +65,7 @@ dependencies { configurations.all { resolutionStrategy { - force "com.github.GTNewHorizons:GTNHLib:0.11.11" + force "com.github.GTNewHorizons:GTNHLib:0.11.14" } } diff --git a/src/main/java/com/newmaa/othtech/OTHTechnology.java b/src/main/java/com/newmaa/othtech/OTHTechnology.java index d3dd464..3451d02 100644 --- a/src/main/java/com/newmaa/othtech/OTHTechnology.java +++ b/src/main/java/com/newmaa/othtech/OTHTechnology.java @@ -60,7 +60,7 @@ public class OTHTechnology { public static final String modName = Tags.MODNAME; - public static final String VERSION = "2.1.5"; + public static final String VERSION = Tags.VERSION; public static final String Arthur = "Laodengs"; From 6b86a4b06f8a44bee28f8d1bf60b2e78e766cc78 Mon Sep 17 00:00:00 2001 From: TiMNe123 Date: Thu, 16 Jul 2026 02:50:28 +0700 Subject: [PATCH 2/2] fix: sync NewHorizonsCoreMod version with gtnh version --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 4159ffd..9e6e507 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -10,7 +10,7 @@ elytraModpackVersion { dependencies { implementation(gtnhDev("GT5-Unofficial")) - implementation("com.github.GTNewHorizons:NewHorizonsCoreMod:2.8.284:dev") + implementation(gtnhDev("NewHorizonsCoreMod")) implementation(gtnhDev("Mobs-Info")) implementation(gtnhDev("Infernal-Mobs")) implementation(gtnhDev("Galaxy-Space-GTNH"))