forked from MaartenKok8/PneumaticCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
18 lines (15 loc) · 953 Bytes
/
dependencies.gradle
File metadata and controls
18 lines (15 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Add your dependencies here
dependencies {
compileOnly('com.github.GTNewHorizons:OpenComputers:1.7.5.23-GTNH:api') { transitive = false}
compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.3:dev')
compile('com.github.GTNewHorizons:BuildCraft:7.1.27:dev')
compile('com.github.GTNewHorizons:ForgeMultipart:1.2.7:dev')
compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-82-GTNH:dev')
compile('com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev')
compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
runtime('com.github.GTNewHorizons:OpenComputers:1.7.5.23-GTNH:dev') { transitive = false}
compile('curse.maven:cofh-lib-220333:2388748')
compile('curse.maven:computercraft-67504:2269339')
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.2.6-GTNH:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:waila:1.5.18:dev') {transitive=false}
}