diff --git a/dependencies.gradle b/dependencies.gradle index 75c7516..69e7ff9 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -34,15 +34,19 @@ * For more details, see https://docs.gradle.org/8.0.1/userguide/java_library_plugin.html#sec:java_library_configurations_graph */ dependencies { - runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.0-GTNH:dev") - compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.46.21:dev") + runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.5.27-GTNH:dev") + + implementation("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.163:dev") + implementation("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") - compileOnly("com.github.GTNewHorizons:TecTech:5.4.2:dev") + implementation("com.github.GTNewHorizons:GTNH-Intergalactic:1.3.4:dev") + + runtimeOnly("com.github.GTNewHorizons:TecTech:5.3.45:dev") -// runtimeOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-400-GTNH:dev") -// runtimeOnly("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.3.0-gtnh:dev") +// runtimeOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-352-GTNH:dev") +// runtimeOnly("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.2.28-gtnh:dev") runtimeOnly("com.github.GTNewHorizons:Baubles:1.0.4:dev") - runtimeOnly("com.github.GTNewHorizons:waila:1.8.0:dev") + runtimeOnly("com.github.GTNewHorizons:waila:1.7.3:dev") }