aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
blob: 0a4a966fd4aeb67f98207cefdbb55fe4c2cbd88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Add your dependencies here

dependencies {
    api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.19:dev')
    api("com.github.GTNewHorizons:TecTech:5.3.1:dev")
    api("com.github.GTNewHorizons:GalacticGregGT5:1.0.10:dev") {
        exclude group:"com.github.GTNewHorizons", module:"bartworks"
    }
    api("com.github.GTNewHorizons:Avaritia:1.46:dev")
    implementation("com.github.GTNewHorizons:TinkersConstruct:1.10.1-GTNH:dev")

    compileOnly("com.github.GTNewHorizons:TinkersGregworks:GTNH-1.0.24-pre:dev") {transitive = false}
    compileOnly("com.github.GTNewHorizons:OpenComputers:1.9.15-GTNH:api") {transitive = false}

}