@@ -12,23 +12,23 @@ configurations {
1212}
1313
1414dependencies {
15- api(" com.github.GTNewHorizons:GTNHLib:0.11.15 :dev" )
15+ api(" com.github.GTNewHorizons:GTNHLib:0.11.23 :dev" )
1616
1717 compileOnly(" com.gtnewhorizons.retrofuturabootstrap:RetroFuturaBootstrap:1.0.16" ) { transitive = false }
1818 compileOnly(" com.mitchej123:supernova:0.0.2:api" ) { transitive = false }
1919
20- transformedMod(" com.github.GTNewHorizons:NotEnoughItems:2.8.102 -GTNH:dev" ) // force a more up-to-date NEI version
21- transformedModCompileOnly(" com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-981 -GTNH" )
20+ transformedMod(" com.github.GTNewHorizons:NotEnoughItems:2.8.110 -GTNH:dev" ) // force a more up-to-date NEI version
21+ transformedModCompileOnly(" com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-998 -GTNH" )
2222 transformedModCompileOnly(" com.github.GTNewHorizons:Baubles-Expanded:2.2.21-GTNH:dev" )
2323 // Transitive updates to make runClient17 work
2424 transformedModCompileOnly(" com.github.GTNewHorizons:Steve-s-Factory-Manager:1.3.12-GTNH:dev" )
2525 transformedModCompileOnly(" com.github.GTNewHorizons:ForgeMultipart:1.7.10:dev" )
26- transformedModCompileOnly(" com.github.GTNewHorizons:GT5-Unofficial:5.09.52.601 :dev" )
26+ transformedModCompileOnly(" com.github.GTNewHorizons:GT5-Unofficial:5.09.54.15 :dev" )
2727 transformedModCompileOnly(" com.github.GTNewHorizons:harvestcraft:1.3.11-GTNH:dev" )
2828 transformedModCompileOnly(rfg. deobf(" curse.maven:hunger-overhaul-224476:2332505" ))
2929 transformedModCompileOnly(" com.github.GTNewHorizons:MrTJPCore:1.3.7:dev" ) // Do not update, fixed afterwards
30- transformedModCompileOnly(" com.github.GTNewHorizons:Railcraft:9.17.26 :dev" ) { exclude group : " thaumcraft" , module : " Thaumcraft" }
31- transformedModCompileOnly(" com.github.GTNewHorizons:TinkersConstruct:1.14.91 -GTNH:dev" )
30+ transformedModCompileOnly(" com.github.GTNewHorizons:Railcraft:9.17.28 :dev" ) { exclude group : " thaumcraft" , module : " Thaumcraft" }
31+ transformedModCompileOnly(" com.github.GTNewHorizons:TinkersConstruct:1.14.93 -GTNH:dev" )
3232 transformedModCompileOnly(rfg. deobf(" curse.maven:bibliocraft-228027:2423369" ))
3333 transformedModCompileOnly(rfg. deobf(" curse.maven:bibliocraft-bibliowoods-forestry-edition-228363:2229574" ))
3434 transformedModCompileOnly(rfg. deobf(" curse.maven:biomes-o-plenty-220318:2499612" ))
@@ -51,7 +51,7 @@ dependencies {
5151 transformedModCompileOnly(rfg. deobf(" curse.maven:glibys-voice-chat-225110:2301492" ))
5252
5353 transformedModCompileOnly(rfg. deobf(" curse.maven:automagy-222153:2285272" ))
54- transformedModCompileOnly(" com.github.GTNewHorizons:Galacticraft:3.4.29 -GTNH:dev" )
54+ transformedModCompileOnly(" com.github.GTNewHorizons:Galacticraft:3.4.31 -GTNH:dev" )
5555 transformedModCompileOnly(" curse.maven:minechem-368422:2905830" )
5656 transformedModCompileOnly(" curse.maven:thermal-dynamics-227443:2388756" )
5757 transformedModCompileOnly(" curse.maven:thermal-expansion-69163:2388759" )
@@ -67,13 +67,13 @@ dependencies {
6767 transformedModCompileOnly(deobf(" https://forum.industrial-craft.net/core/attachment/4316-advancedsolarpanel-1-7-10-3-5-1-jar/" ))
6868 transformedModCompileOnly(rfg. deobf(" curse.maven:candycraft-251118:2330488" ))
6969
70- devOnlyNonPublishable(" com.github.GTNewHorizons:CoreTweaks:0.3.4.6 -GTNH:dev" )
70+ devOnlyNonPublishable(" com.github.GTNewHorizons:CoreTweaks:0.3.4.7 -GTNH:dev" )
7171
7272 // For testing - HP and AF are liable to mixin the same targets
7373 runtimeOnlyNonPublishable(" maven.modrinth:archaicfix:0.7.7:dev" )
7474 // runtimeOnlyNonPublishable("com.github.GTNewHorizons:ArchaicFix:99.0.0:dev") // mavenLocal location
75- runtimeOnlyNonPublishable(" com.github.GTNewHorizons:ServerUtilities:2.3 .1:dev" ) // for the pregenerator
76- // runtimeOnlyNonPublishable("com.github.GTNewHorizons:Angelica:2.1.36 :dev") // for TPS graph
75+ runtimeOnlyNonPublishable(" com.github.GTNewHorizons:ServerUtilities:2.4 .1:dev" ) // for the pregenerator
76+ // runtimeOnlyNonPublishable("com.github.GTNewHorizons:Angelica:2.1.49 :dev") // for TPS graph
7777
7878 testImplementation(platform(" org.junit:junit-bom:5.14.1" ))
7979 testImplementation(" org.junit.jupiter:junit-jupiter" )
0 commit comments