blob: a6a2f5a6cb6c4259bca8e24b525006447f6f19a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Add your dependencies here
dependencies {
compile 'com.github.GTNewHorizons:GT5-Unofficial:5.09.40.40:dev'
compile 'com.github.GTNewHorizons:TecTech:5.0.5.1:dev'
compile 'com.github.GTNewHorizons:bartworks:0.5.39:dev'
compile 'com.github.GTNewHorizons:StructureLib:1.0.16:dev'
compile 'com.github.GTNewHorizons:ThaumicTinkerer:2.6.3:dev'
compile 'thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev'
compileOnly 'org.joml:joml:1.10.2'
runtime 'com.github.GTNewHorizons:Baubles:1.0.1.14:dev'
}
|