aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
blob: 5662c37083fe33ead6bcdbca66835ca9c0c77b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
// Add your dependencies here

dependencies {
    compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.254:dev")
    compile("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-70-GTNH:dev")
    compile("com.github.GTNewHorizons:Galacticraft:3.0.36-GTNH:dev")
    runtimeOnly("com.github.GTNewHorizons:StructureLib:1.0.14:dev")
    runtimeOnly("com.github.GTNewHorizons:ironchest:6.0.68:dev")
    runtimeOnly("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
    compile files("dependencies/bartworks[1.7.10]-0.5.2_pre25-dev.jar")
}