diff options
author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2022-11-12 23:22:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 23:22:56 +0100 |
commit | 24a9953b153529191c855af0ae2d10f35844095f (patch) | |
tree | 558e44b2d4004a43ad566e4c00f5dd543e8066c6 /dependencies.gradle | |
parent | f10933c7b164cce3a9b43273c6a1b532b2cdd3db (diff) | |
download | GT5-Unofficial-24a9953b153529191c855af0ae2d10f35844095f.tar.gz GT5-Unofficial-24a9953b153529191c855af0ae2d10f35844095f.tar.bz2 GT5-Unofficial-24a9953b153529191c855af0ae2d10f35844095f.zip |
Move to GTNH Mixins (#33)
* Update build.gradle
* gtnhmixins
* Update build.gradle
* Update dependencies.gradle
* ?
* Update build.gradle
* Roll back to fix mixins issues
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/dependencies.gradle b/dependencies.gradle index a2439a6048..e7828169f7 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,16 +1,16 @@ // Add your dependencies here dependencies { - compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.78:dev") - compile("com.github.GTNewHorizons:EnderCore:0.2.6:dev") - compile("com.github.GTNewHorizons:EnderIO:2.3.1.29:dev") + compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.110:dev") + compile("com.github.GTNewHorizons:EnderCore:0.2.11:dev") + compile("com.github.GTNewHorizons:EnderIO:2.3.1.47:dev") compile("com.github.GTNewHorizons:Infernal-Mobs:1.7.5-GTNH:dev") - compile("com.github.GTNewHorizons:ForestryMC:4.5.0:dev") - compileOnly("com.github.GTNewHorizons:GTplusplus:1.7.76:dev") + compile("com.github.GTNewHorizons:ForestryMC:4.5.6:dev") + compileOnly("com.github.GTNewHorizons:GTplusplus:1.7.134:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:BloodMagic:1.3.10:dev") + compileOnly("com.github.GTNewHorizons:BloodMagic:1.3.18:dev") { transitive = false } @@ -22,11 +22,11 @@ dependencies { { transitive = false } - compileOnly("com.github.GTNewHorizons:bartworks:0.5.89:dev") + compileOnly("com.github.GTNewHorizons:bartworks:0.5.97:dev") { transitive = false } - compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.52:dev") + compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.103:dev") { transitive = false } @@ -34,16 +34,16 @@ dependencies { runtime("curse.maven:cofh-core-69162:2388751") // For testing - //runtime("com.github.GTNewHorizons:GTplusplus:1.7.76:dev") - //runtime("com.github.GTNewHorizons:harvestcraft:1.0.15-GTNH:dev") - //runtime("com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.52:dev") + //runtime("com.github.GTNewHorizons:GTplusplus:1.7.134:dev") + //runtime("com.github.GTNewHorizons:harvestcraft:1.0.18-GTNH:dev") + //runtime("com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.103:dev") //runtime("com.github.GTNewHorizons:OpenBlocks:1.6.9-GTNH:dev") - //runtime("com.github.GTNewHorizons:bartworks:0.5.89:dev") + //runtime("com.github.GTNewHorizons:bartworks:0.5.97:dev") //runtime("com.github.GTNewHorizons:CraftTweaker:3.2.9:dev") - //compile("com.github.GTNewHorizons:SpecialMobs:3.3.12:dev") - //compile("com.github.GTNewHorizons:twilightforest:2.3.8.15:dev") + //compile("com.github.GTNewHorizons:SpecialMobs:3.3.13:dev") + //compile("com.github.GTNewHorizons:twilightforest:2.3.8.17:dev") //compile("com.github.GTNewHorizons:EnderZoo:1.0.23:dev") //runtime("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev") - //runtime("com.github.GTNewHorizons:BloodMagic:1.3.10:dev") + //runtime("com.github.GTNewHorizons:BloodMagic:1.3.18:dev") //compile("curse.maven:witchery-69673:2234410") } |