aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
blob: e8ddbcb9dd7c9d1a69ca64b018c09aece8bd5b56 (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.45.25:dev')
    api("com.github.GTNewHorizons:TecTech:5.3.23:dev")
    api("com.github.GTNewHorizons:GalacticGregGT5:1.1.0:dev") {
        exclude group:"com.github.GTNewHorizons", module:"bartworks"
    }
    api("com.github.GTNewHorizons:Avaritia:1.48:dev")
    implementation("com.github.GTNewHorizons:TinkersConstruct:1.11.5-GTNH:dev")

    compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.24:deobf") {transitive = false}
    compileOnly("com.github.GTNewHorizons:OpenComputers:1.10.6-GTNH:api") {transitive = false}
}