blob: c399699b420bd93e9c20986bb6d204fd61920393 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Add your dependencies here
dependencies {
compile("com.github.GTNewHorizons:GT5-Unofficial:master-SNAPSHOT:dev")
compile("com.github.GTNewHorizons:TecTech:master-SNAPSHOT:dev")
compile("com.github.GTNewHorizons:ThaumicTinkerer:master-SNAPSHOT:dev")
compile("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
compile("org.joml:joml:1.9.18")
runtime("com.github.GTNewHorizons:Baubles:master-SNAPSHOT:dev")
}
|