blob: 98a9383e1bb9b3a2ded309af0ee2a629e7fcbfff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Add your dependencies here
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.142:dev')
api("com.github.GTNewHorizons:TecTech:5.2.35:dev")
api("com.github.GTNewHorizons:GalacticGregGT5:1.0.9:dev") {
exclude group:"com.github.GTNewHorizons", module:"bartworks"
}
api("com.github.GTNewHorizons:Avaritia:1.45:dev")
implementation("com.github.GTNewHorizons:TinkersConstruct:1.9.39-GTNH:dev")
compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.24:deobf") {transitive = false}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.9.12-GTNH:api") {transitive = false}
}
|