diff options
author | Martin Robertz <dream-master@gmx.net> | 2024-11-23 16:13:56 +0100 |
---|---|---|
committer | Martin Robertz <dream-master@gmx.net> | 2024-11-23 16:13:56 +0100 |
commit | 78fc5e969340e0f28617ce2e51480ecf2e0f5628 (patch) | |
tree | 8b31416b61cfe91d67379e35fdc7fe946489c185 | |
parent | 3605cfcc3f4b0a77294a98867f2d6f12c146e664 (diff) | |
download | GT5-Unofficial-78fc5e969340e0f28617ce2e51480ecf2e0f5628.tar.gz GT5-Unofficial-78fc5e969340e0f28617ce2e51480ecf2e0f5628.tar.bz2 GT5-Unofficial-78fc5e969340e0f28617ce2e51480ecf2e0f5628.zip |
update
-rw-r--r-- | dependencies.gradle | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 7406b7a7ff..bd80e06148 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -39,8 +39,8 @@ dependencies { api("com.github.GTNewHorizons:NotEnoughItems:2.6.46-GTNH:dev") api("com.github.GTNewHorizons:NotEnoughIds:2.1.6:dev") api("com.github.GTNewHorizons:GTNHLib:0.5.20:dev") - api("com.github.GTNewHorizons:ModularUI:1.2.14:dev") - api("com.github.GTNewHorizons:ModularUI2:2.1.14-1.7.10:dev") + api("com.github.GTNewHorizons:ModularUI:1.2.16:dev") + api("com.github.GTNewHorizons:ModularUI2:2.1.16-1.7.10:dev") api("com.github.GTNewHorizons:waila:1.8.2:dev") api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-477-GTNH:dev") api("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.3.48-gtnh:dev") @@ -48,7 +48,7 @@ dependencies { api("com.github.GTNewHorizons:Postea:1.0.13:dev") compileOnlyApi('com.github.GTNewHorizons:ThaumicTinkerer:2.10.2:dev') - compileOnlyApi("com.github.GTNewHorizons:Mobs-Info:0.4.6-GTNH:dev") + compileOnlyApi("com.github.GTNewHorizons:Mobs-Info:0.4.7-GTNH:dev") compileOnlyApi("com.github.GTNewHorizons:Navigator:1.0.15:dev") implementation('com.github.GTNewHorizons:Baubles:1.0.4:dev') {transitive=false} // Required to prevent an older bauble api from Extra Utilities from loading first in the javac classpath @@ -62,7 +62,7 @@ dependencies { compileOnlyApi("com.github.GTNewHorizons:AppleCore:3.3.3:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:BuildCraft:7.1.39:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:EnderIO:2.8.22:dev") { transitive = false } - compileOnlyApi("com.github.GTNewHorizons:ForestryMC:4.9.18:dev") { transitive = false } + compileOnlyApi("com.github.GTNewHorizons:ForestryMC:4.9.19:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:ProjectRed:4.10.5-GTNH:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:Railcraft:9.15.15:dev") { transitive = false } @@ -89,7 +89,7 @@ dependencies { // https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels compileOnlyApi rfg.deobf('curse.maven:advsolar-362768:2885953') compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.6.27-GTNH:dev') {transitive = false} - compileOnly("com.github.GTNewHorizons:BloodMagic:1.6.7:dev") { transitive = false } + compileOnly("com.github.GTNewHorizons:BloodMagic:1.6.9:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:CraftTweaker:3.4.0:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.7.0-GTNH:dev") { transitive = false } compileOnly rfg.deobf("curse.maven:biomes-o-plenty-220318:2499612") @@ -103,7 +103,7 @@ dependencies { annotationProcessor("com.google.auto.value:auto-value:1.10.1") // For testing forestry integration (iApiary, combs, tree growth simulator) - // runtimeOnlyNonPublishable("com.github.GTNewHorizons:ForestryMC:4.9.18:dev") + // runtimeOnlyNonPublishable("com.github.GTNewHorizons:ForestryMC:4.9.19:dev") // runtimeOnlyNonPublishable('com.github.GTNewHorizons:neiaddons:1.16.0:dev') // runtimeOnlyNonPublishable('com.github.GTNewHorizons:MagicBees:2.8.5-GTNH:dev') // runtimeOnlyNonPublishable('com.github.GTNewHorizons:Binnie:2.4.4:dev') |