blob: 9268cc3ec3ca33ba219d9bc19fadbd20ebd6b2e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Add your dependencies here
dependencies {
compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.52-dev:dev')
compileOnly('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.20:dev')
compileOnly('com.github.GTNewHorizons:bartworks:0.5.36:dev')
compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.27:dev')
compileOnly('com.github.GTNewHorizons:VisualProspecting:1.0.27b:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:ForestryMC:4.4.5:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Railcraft:9.13.6:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.29:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.27:api') {transitive=false}
}
|