aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
blob: 707cc66d51aba6f654ccd4f3f7ecfbd1a9c88c4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Add your dependencies here

dependencies {
    shadowImplementation('com.github.GTNewHorizons:AVRcore:master-SNAPSHOT')
    compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.138-pre:dev') {transitive=false}
    compile("com.github.GTNewHorizons:ModularUI:1.0.16:dev")
    compile('com.github.GTNewHorizons:Yamcl:0.5.84:dev')
    compile('com.github.GTNewHorizons:NotEnoughItems:2.3.7-GTNH:dev')
    compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.5:dev')
    compile('com.github.GTNewHorizons:CodeChickenCore:1.1.4:dev')
    compile('com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev')
    compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')

    compileOnly('com.github.GTNewHorizons:OpenModularTurrets:2.2.11-247:dev') {transitive=false}
    compileOnly('com.github.GTNewHorizons:OpenComputers:1.7.5.23-GTNH:dev') {transitive=false}
    compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.113:dev') {transitive=false}
    compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-107-GTNH:dev') {transitive=false}

    compileOnly('curse.maven:cofh-lib-220333:2388748') {transitive=false}
    compileOnly('curse.maven:computercraft-67504:2269339') {transitive=false}
    compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
}