forked from GTNewHorizons/bartworks-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.gradle
52 lines (48 loc) · 2.1 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
// Add your dependencies here
dependencies {
compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.148:dev")
compile("com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev")
compile("com.github.GTNewHorizons:TecTech:5.0.52:dev")
compile("com.github.GTNewHorizons:NotEnoughItems:2.3.14-GTNH:dev")
compile("com.github.GTNewHorizons:TinkersConstruct:1.9.4-GTNH:dev")
compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.5:dev")
compile("com.github.GTNewHorizons:CodeChickenCore:1.1.6:dev")
compile("com.github.GTNewHorizons:Galacticraft:3.0.47-GTNH:dev") {
exclude group:"com.github.GTNewHorizons", module:"SpongePoweredMixin"
exclude group:"com.github.GTNewHorizons", module:"SpongeMixins"
}
compile("com.github.GTNewHorizons:ModularUI:1.0.23:dev")
compile("com.github.GTNewHorizons:GalacticGregGT5:1.0.8:dev") {
exclude group:"com.github.GTNewHorizons", module:"bartworks"
}
compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-107-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:AppleCore:3.2.2:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:TinkersGregworks:master-SNAPSHOT:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ForestryMC:4.4.15:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Railcraft:9.13.12:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:EnderIO:2.3.1.47:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.7.5.32-GTNH:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:BuildCraft:7.1.27:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:ProjectRed:4.7.7-GTNH:dev") {
transitive = false
}
runtime("com.github.GTNewHorizons:Yamcl:0.5.84:dev")
runtime("com.github.GTNewHorizons:ironchest:6.0.71:dev") //needed for Galacticraft
}