We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dca65f commit 0714290Copy full SHA for 0714290
dependencies.gradle
@@ -3,6 +3,9 @@
3
dependencies {
4
compileOnly('com.github.GTNewHorizons:OpenComputers:1.7.5.23-GTNH:api') { transitive = false}
5
compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.3:dev')
6
+ compile('com.github.GTNewHorizons:BuildCraft:7.1.27:dev')
7
+ compile('com.github.GTNewHorizons:ForgeMultipart:1.2.7:dev')
8
+ compile('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-82-GTNH:dev')
9
compile('com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev')
10
compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
11
runtime('com.github.GTNewHorizons:OpenComputers:1.7.5.23-GTNH:dev') { transitive = false}
0 commit comments