diff options
author | Martin Robertz <dream-master@gmx.net> | 2022-08-19 15:19:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 15:19:00 +0200 |
commit | faf309d19fa0c662a58313d38a8029c16d93533c (patch) | |
tree | c92afc6d9528c60aece8a617bf865955a5015ce0 | |
parent | 4c499d9443caf6c472cd8926a150493d7c54e955 (diff) | |
download | GT5-Unofficial-faf309d19fa0c662a58313d38a8029c16d93533c.tar.gz GT5-Unofficial-faf309d19fa0c662a58313d38a8029c16d93533c.tar.bz2 GT5-Unofficial-faf309d19fa0c662a58313d38a8029c16d93533c.zip |
Update dependencies.gradle
-rw-r--r-- | dependencies.gradle | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 69249966df..87993b550d 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,36 +1,35 @@ // Add your dependencies here dependencies { - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.40.100-pre:dev') - compile('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.44:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.01:dev') + compile('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.49:dev') compile('com.github.GTNewHorizons:StructureLib:1.1.3:dev') - compile('com.github.GTNewHorizons:GTplusplus:1.7.66-pre:dev') - compile('com.github.GTNewHorizons:GoodGenerator:0.4.16:dev') - compile('com.github.GTNewHorizons:TecTech:5.0.21-pre:dev') - compile('com.github.GTNewHorizons:ForestryMC:4.4.6:dev') - compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-94-GTNH:dev') - compile('com.github.GTNewHorizons:bartworks:0.5.69-pre:dev') + compile('com.github.GTNewHorizons:GTplusplus:1.7.71:dev') + compile('com.github.GTNewHorizons:GoodGenerator:0.4.18:dev') + compile('com.github.GTNewHorizons:TecTech:5.0.22:dev') + compile('com.github.GTNewHorizons:ForestryMC:4.4.12:dev') + compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-96-GTNH:dev') + compile('com.github.GTNewHorizons:bartworks:0.5.71:dev') compile('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') - compile('com.github.GTNewHorizons:NotEnoughItems:2.2.20-GTNH:dev') + compile('com.github.GTNewHorizons:NotEnoughItems:2.2.22:dev') compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') - compileOnly('com.github.GTNewHorizons:EnderCore:0.2.6:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:EnderCore:0.2.10:dev') {transitive=false} compileOnly('com.github.GTNewHorizons:AppleCore:3.1.9:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:Railcraft:9.13.6:dev') {transitive = false} - compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.31:dev') {transitive=false} - compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.9:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:Railcraft:9.13.9:dev') {transitive = false} + compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.43:dev') {transitive=false} + compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.17:dev') {transitive=false} compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false} - //compile('com.github.GTNewHorizons:GalacticGregGT5:1.0.7:dev') - //compile('com.github.GTNewHorizons:TecTech:5.0.21-pre:dev') - //compile('com.github.GTNewHorizons:Galacticraft:3.0.40-GTNH:dev') + //compile('com.github.GTNewHorizons:GalacticGregGT5:1.0.8:dev') + //compile('com.github.GTNewHorizons:TecTech:5.0.22:dev') + //compile('com.github.GTNewHorizons:Galacticraft:3.0.44-GTNH:dev') //compileOnly('com.github.GTNewHorizons:Avaritia:1.28) //compile files('ThaumicTinkerer-1.7.10-2.5-4-dev.jar') - //compile files('Botdustries-1.7.10-1.0.1.jar') //runtime('com.github.GTNewHorizons:Baubles:1.0.1.14:dev') //runtime('com.github.GTNewHorizons:Yamcl:0.5.82:dev') |