diff options
author | miozune <miozune@gmail.com> | 2022-12-02 22:45:45 +0900 |
---|---|---|
committer | miozune <miozune@gmail.com> | 2022-12-02 22:45:45 +0900 |
commit | d2baa361abf00c2dd1c20d8b4735a6cacf0109d9 (patch) | |
tree | 59fe77f085e39f8fb7a919e6e1deb1463dfbc72e /dependencies.gradle | |
parent | 9a9bc376f0b5591e6c88624d1a0d38ded4df6c13 (diff) | |
download | GT5-Unofficial-d2baa361abf00c2dd1c20d8b4735a6cacf0109d9.tar.gz GT5-Unofficial-d2baa361abf00c2dd1c20d8b4735a6cacf0109d9.tar.bz2 GT5-Unofficial-d2baa361abf00c2dd1c20d8b4735a6cacf0109d9.zip |
Migrate GUIs to ModularUI
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index 21959d038c..edcb2f1873 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,17 +1,17 @@ // Add your dependencies here dependencies { - compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.01:dev') + compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.148: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.71:dev') + compile('com.github.GTNewHorizons:GTplusplus:1.7.144:dev') compile('com.github.GTNewHorizons:GoodGenerator:0.4.18:dev') - compile('com.github.GTNewHorizons:TecTech:5.0.22:dev') + compile('com.github.GTNewHorizons:TecTech:5.0.52: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.80:dev') + compile('com.github.GTNewHorizons:bartworks:0.5.119:dev') compile('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') - compile('com.github.GTNewHorizons:NotEnoughItems:2.2.22:dev') + compile('com.github.GTNewHorizons:NotEnoughItems:2.3.15-GTNH:dev') compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') |