aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
blob: 3ac4b51b79f55a0cf9caabecceb28d30a19df6fc (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
39
40
41
42
43
44
45
46
// Add your dependencies here

dependencies {
    compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.19:dev")
    compile("com.github.GTNewHorizons:StructureLib:1.0.15:dev")
    compile("com.github.GTNewHorizons:TecTech:4.10.16:dev")
    compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
    compile("com.github.GTNewHorizons:NotEnoughItems:2.2.3-GTNH:dev")
    compile("com.github.GTNewHorizons:TinkersConstruct:1.9.0.12-GTNH:dev")
    compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.2:dev")
    compile("com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev")
    compile("com.github.GTNewHorizons:Galacticraft:3.0.37-GTNH:dev")

    compile("com.github.GTNewHorizons:GalacticGregGT5:1.0.7:dev") {
        exclude group:"com.github.GTNewHorizons", module:"bartworks"
    }
    
    compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-70-GTNH:dev") {
        transitive = false
    }

    compileOnly("com.github.GTNewHorizons:AppleCore:3.1.7:dev") {
        transitive = false
    }
    compileOnly("com.github.GTNewHorizons:TinkersGregworks:master-SNAPSHOT:dev") {
        transitive = false
    }
    compileOnly("com.github.GTNewHorizons:ForestryMC:4.4.5:api") {
        transitive = false
    }
    compileOnly("com.github.GTNewHorizons:Railcraft:9.13.5:api") {
        transitive = false
    }
    compileOnly("com.github.GTNewHorizons:EnderIO:2.3.1.27:api") {
        transitive = false
    }

    compileOnly("li.cil.oc:OpenComputers:MC1.7.10-1.7.5.1356:api") {
        transitive = false
    }
    compileOnly("com.mod-buildcraft:buildcraft:7.1.23:dev") {
        transitive = false
    }
    runtime("com.github.GTNewHorizons:Yamcl:0.5.82:dev")
    runtime("com.github.GTNewHorizons:ironchest:6.0.68:dev") //needed for Galacticraft
}