blob: 24dc7802a704f33eb9666f97b43bbedb7f1e8475 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Add your dependencies here
dependencies {
compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.18:dev")
compile("com.github.GTNewHorizons:NotEnoughItems:2.1.22-GTNH:dev")
compile("com.github.GTNewHorizons:CodeChickenLib:1.1.5.1:dev")
compile("com.github.GTNewHorizons:CodeChickenCore:1.1.3:dev")
compile("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
compile("com.github.GTNewHorizons:StructureLib:1.0.14:dev")
compile("com.opencsv:opencsv:4.0")
}
|