blob: af5a498998a268a9cebde1ce7ee964c18f60a653 (
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.40.33: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}
}
|