-
Notifications
You must be signed in to change notification settings - Fork 13
/
dependencies.gradle
58 lines (45 loc) · 1.98 KB
/
dependencies.gradle
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
// Add your dependencies here
dependencies {
compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.31:dev")
compile("com.github.GTNewHorizons:StructureLib:1.0.14:dev")
compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
compile("com.github.GTNewHorizons:NotEnoughItems:2.2.5-GTNH:dev")
compileOnly("com.github.GTNewHorizons:EnderCore:0.2.6:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-75-GTNH:dev")
compile("com.github.GTNewHorizons:bartworks:0.5.36:dev")
compileOnly("com.github.GTNewHorizons:GTplusplus:1.7.27:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:AppleCore:3.1.6:dev") {
transitive = false
}
compile("com.github.GTNewHorizons:TecTech:4.10.18:dev")
compile("com.github.GTNewHorizons:ForestryMC:4.4.5:dev")
compileOnly("com.github.GTNewHorizons:Railcraft:9.13.5:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:EnderIO:2.3.1.28:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:BuildCraft:7.1.24:dev") {
transitive = false
}
//compile("com.github.GTNewHorizons:GalacticGregGT5:1.0.7:dev")
//compile("com.github.GTNewHorizons:TecTech:4.10.15:dev")
//compile("com.github.GTNewHorizons:Galacticraft:3.0.36-GTNH:dev")
compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.1:dev")
compile("com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev")
//compile files('Botdustries-1.7.10-1.0.1.jar')
runtime("com.github.GTNewHorizons:Baubles:1.0.1.14:dev")
runtime("com.github.GTNewHorizons:Yamcl:0.5.82:dev")
compileOnly("com.github.GTNewHorizons:ExtraCells2:2.5.7:dev") {
transitive = false
}
/* compileOnly("com.github.GTNewHorizons:Avaritia:1.2.3) {
setChanging(true)
}*/
compile files('Thaumcraft-1.7.10-4.2.3.5.deobf.jar')
//compile files('ThaumicTinkerer-1.7.10-2.5-4-dev.jar')
}