Skip to content

Commit 0714290

Browse files
committed
Added missing dependencies
1 parent 4dca65f commit 0714290

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dependencies.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
dependencies {
44
compileOnly('com.github.GTNewHorizons:OpenComputers:1.7.5.23-GTNH:api') { transitive = false}
55
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')
69
compile('com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev')
710
compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
811
runtime('com.github.GTNewHorizons:OpenComputers:1.7.5.23-GTNH:dev') { transitive = false}

0 commit comments

Comments
 (0)