Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Update the dependency to GTNH 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wohaopa committed May 26, 2024
1 parent 9ac7579 commit 1414c81
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")


}

0 comments on commit 1414c81

Please sign in to comment.