blob: f562cd4370623c54bad53bfca537ccd9a9f9905c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
// Add your dependencies here
dependencies {
compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.43.65:dev')
compile('com.github.GTNewHorizons:NewHorizonsCoreMod:2.1.44:dev')
compile('com.github.GTNewHorizons:StructureLib:1.2.7:dev')
compile('com.github.GTNewHorizons:GTplusplus:1.9.28:dev')
compile('com.github.GTNewHorizons:GoodGenerator:0.6.9:dev')
compile('com.github.GTNewHorizons:TecTech:5.2.20:dev')
compile('com.github.GTNewHorizons:ForestryMC:4.6.7:dev')
compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-217-GTNH:dev')
compile('com.github.GTNewHorizons:bartworks:0.7.15:dev')
compile('com.github.GTNewHorizons:BuildCraft:7.1.33:dev')
compile('com.github.GTNewHorizons:NotEnoughItems:2.3.54-GTNH:dev')
compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')
compileOnly('com.github.GTNewHorizons:EnderCore:0.2.14:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:AppleCore:3.2.10:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:Railcraft:9.14.3:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:EnderIO:2.4.17:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.34:dev') {transitive=false}
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
//compile('com.github.GTNewHorizons:GalacticGregGT5:1.0.9:dev')
//compile('com.github.GTNewHorizons:TecTech:5.2.20:dev')
//compile('com.github.GTNewHorizons:Galacticraft:3.0.68-GTNH:dev')
//compileOnly('com.github.GTNewHorizons:Avaritia:1.42
//compile files('ThaumicTinkerer-1.7.10-2.7-0-dev.jar')
//runtimeOnly('com.github.GTNewHorizons:Baubles:1.0.1.16:dev')
//runtimeOnly('com.github.GTNewHorizons:Yamcl:0.5.86:dev')
runtimeOnly('curse.maven:cofh-core-69162:2388751') //for GT++
runtimeOnly('curse.maven:advsolar-362768:2885953') //for GT++
}
|