// Add your dependencies here dependencies { api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.21:dev') api("com.github.GTNewHorizons:TecTech:5.2.5:dev") api("com.github.GTNewHorizons:GalacticGregGT5:1.0.9:dev") { exclude group:"com.github.GTNewHorizons", module:"bartworks" } api("com.github.GTNewHorizons:Avaritia:1.39:dev") implementation("com.github.GTNewHorizons:TinkersConstruct:1.9.31-GTNH:dev") compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.23:deobf") {transitive = false} compileOnly("com.github.GTNewHorizons:OpenComputers:1.9.5-GTNH:api") {transitive = false} }