diff --git a/dependencies.gradle b/dependencies.gradle index 9e5471d..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")) @@ -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";