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

dependencies {
    shadowImplementation('com.github.GTNewHorizons:AVRcore:1.0.1')
    api("com.github.GTNewHorizons:GT5-Unofficial:5.09.42.49:dev")
    api('com.github.GTNewHorizons:Yamcl:0.5.84:dev')
    api('com.github.GTNewHorizons:ModularUI:1.0.67:dev')
    implementation('com.github.GTNewHorizons:GTNEIOrePlugin:1.0.27:dev')

    compileOnly("TGregworks:TGregworks:1.7.10-GTNH-1.0.23:deobf") {transitive = false}

    compileOnly('com.github.GTNewHorizons:OpenModularTurrets:2.2.11-247:dev') {transitive=false}
    compileOnly('com.github.GTNewHorizons:OpenComputers:1.8.0.9-GTNH:dev') {transitive=false}
    compileOnly('com.github.GTNewHorizons:GTplusplus:1.8.35: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}
}