diff options
author | Martin Robertz <dream-master@gmx.net> | 2024-02-17 10:17:03 +0100 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2024-02-17 10:17:03 +0100 |
commit | 8c0550d65fb342722a2f0f6af391275ba08f4b08 (patch) | |
tree | 31fae4186482612710662f14887a229bf5c1c5bb /dependencies.gradle | |
parent | 6e813d32b6500f093b8e5e1d73e65b96b643200d (diff) | |
download | GT5-Unofficial-8c0550d65fb342722a2f0f6af391275ba08f4b08.tar.gz GT5-Unofficial-8c0550d65fb342722a2f0f6af391275ba08f4b08.tar.bz2 GT5-Unofficial-8c0550d65fb342722a2f0f6af391275ba08f4b08.zip |
update
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 546ea53518..c2ae58c6e9 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -35,24 +35,24 @@ */ dependencies { - api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.27:dev') + api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.70:dev') { exclude group:"com.github.GTNewHorizons", module:"ModularUI" } api("com.github.GTNewHorizons:EnderCore:0.3.1:dev") - api("com.github.GTNewHorizons:EnderIO:2.6.3:dev") + api("com.github.GTNewHorizons:EnderIO:2.6.4:dev") api("com.github.GTNewHorizons:ForestryMC:4.8.2:dev") - api("com.github.GTNewHorizons:ModularUI:1.1.25:dev") + api("com.github.GTNewHorizons:ModularUI:1.1.26:dev") api("com.github.GTNewHorizons:Mobs-Info:0.2.3-GTNH:dev") devOnlyNonPublishable("com.github.GTNewHorizons:Infernal-Mobs:1.8.0-GTNH:dev") //compileOnly("curse.maven:extrautilities-225561:2264384") { // transitive = false //} - compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.13:dev") + compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.25:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:BloodMagic:1.5.0:dev") + compileOnly("com.github.GTNewHorizons:BloodMagic:1.5.1:dev") { transitive = false } @@ -60,15 +60,15 @@ dependencies { { transitive = false } - compileOnly("com.github.GTNewHorizons:CraftTweaker:3.3.0:dev") + compileOnly("com.github.GTNewHorizons:CraftTweaker:3.3.1:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:bartworks:0.9.4:dev") + compileOnly("com.github.GTNewHorizons:bartworks:0.9.10:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.13:dev") + compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.27:dev") { transitive = false } @@ -87,17 +87,17 @@ dependencies { // For testing //runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.6.0-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.11.13:dev") - //runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.5-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.13:dev") + //runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.11.25:dev") + //runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.10-GTNH:dev") + //runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.27:dev") //runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.9.1-GTNH:dev") - //runtimeOnly("com.github.GTNewHorizons:bartworks:0.9.4:dev") - //runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.3.0:dev") + //runtimeOnly("com.github.GTNewHorizons:bartworks:0.9.10:dev") + //runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.3.1:dev") //api("com.github.GTNewHorizons:SpecialMobs:3.5.0:dev") - //api("com.github.GTNewHorizons:twilightforest:2.5.1:dev") + //api("com.github.GTNewHorizons:twilightforest:2.5.12:dev") //api("com.github.GTNewHorizons:EnderZoo:1.1.0:dev") - runtimeOnly("com.github.GTNewHorizons:Draconic-Evolution:1.3.0-GTNH:dev") + runtimeOnly("com.github.GTNewHorizons:Draconic-Evolution:1.3.1-GTNH:dev") //runtimeOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") - //runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.5.0:dev") + //runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.5.1:dev") //api("curse.maven:witchery-69673:2234410") } |