// Add your dependencies here dependencies { compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.42:dev") compile("com.github.GTNewHorizons:StructureLib:1.0.15:dev") compile("com.github.GTNewHorizons:TecTech:4.10.18:dev") compile("com.github.GTNewHorizons:NotEnoughItems:2.2.5-GTNH:dev") compile("com.github.GTNewHorizons:TinkersConstruct:1.9.0.13-GTNH:dev") compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.3:dev") compile("com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev") compile("com.github.GTNewHorizons:Galacticraft:3.0.38-GTNH:dev") compile("com.github.GTNewHorizons:GalacticGregGT5:1.0.7:dev") { exclude group:"com.github.GTNewHorizons", module:"bartworks" } compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-75-GTNH:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:AppleCore:3.1.9:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:TinkersGregworks:master-SNAPSHOT:dev") { transitive = false } compileOnly("com.github.GTNewHorizons:ForestryMC:4.4.5:api") { transitive = false } compileOnly("com.github.GTNewHorizons:Railcraft:9.13.6:api") { transitive = false } compileOnly("com.github.GTNewHorizons:EnderIO:2.3.1.29:api") { transitive = false } compileOnly("com.github.GTNewHorizons:OpenComputers:1.7.5.21-GTNH:api") { transitive = false } compileOnly("com.github.GTNewHorizons:BuildCraft:7.1.26:dev") { transitive = false } runtime("com.github.GTNewHorizons:Yamcl:0.5.82:dev") runtime("com.github.GTNewHorizons:ironchest:6.0.69:dev") //needed for Galacticraft }