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

dependencies {
    api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.30:dev')
    api('com.github.GTNewHorizons:bartworks:0.8.7:dev')
    implementation('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
    implementation('com.github.GTNewHorizons:GTplusplus:1.10.13:dev')

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

    runtimeOnly('com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.12:dev')
    runtimeOnly('com.github.GTNewHorizons:Baubles:1.0.1.16:dev')
}