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

dependencies {
    api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.02:dev')
    api('com.github.GTNewHorizons:bartworks:0.8.22:dev')
    implementation('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
    implementation('com.github.GTNewHorizons:GTplusplus:1.11.0:dev')

    compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.5.4-GTNH:dev') {transitive =  false}

    runtimeOnly('com.github.GTNewHorizons:Baubles:1.0.3:dev')
}