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

dependencies {
    compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.254:dev')

    compileOnly('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.139:dev')
    compileOnly('com.github.GTNewHorizons:bartworks:0.5.82:dev')
    compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.203:dev')
    compileOnly('com.github.GTNewHorizons:ProjectRed:4.7.9-GTNH:dev') {transitive=false}
    compileOnly('com.github.GTNewHorizons:VisualProspecting:1.0.31:dev') {transitive=false}
    compileOnly('com.github.GTNewHorizons:ForestryMC:4.4.14:dev') {transitive=false}
    compileOnly('com.github.GTNewHorizons:Railcraft:9.13.10:dev') {transitive=false}
    compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.43:dev') {transitive=false}
    compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.27:api') {transitive=false}
}