blob: fe620f19c1b28365f62258947c3945814a9964fe (
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
|
// Add your dependencies here
dependencies {
shadowImplementation('com.github.GTNewHorizons:AVRcore:1.0.1')
compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.41.268:dev")
compile('com.github.GTNewHorizons:ModularUI:1.0.56:dev')
compile('com.github.GTNewHorizons:Yamcl:0.5.84:dev')
compile('com.github.GTNewHorizons:NotEnoughItems:2.3.24-GTNH:dev')
compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.7:dev')
compile('com.github.GTNewHorizons:CodeChickenCore:1.1.7:dev')
compile('com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev')
compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')
compile('com.github.GTNewHorizons:GTNEIOrePlugin:1.0.26:dev')
compileOnly("com.github.GTNewHorizons:TinkersGregworks:master-SNAPSHOT:dev") {
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.7.203:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-152-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}
}
|