forked from GTNewHorizons/GoodGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.gradle
30 lines (24 loc) · 1.58 KB
/
dependencies.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Add your dependencies here
dependencies {
compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.44:dev')
compile('com.github.GTNewHorizons:StructureLib:1.1.7:dev')
compile('com.github.GTNewHorizons:bartworks:0.5.94:dev')
compile('com.github.GTNewHorizons:NotEnoughItems:2.2.28-GTNH:dev')
compile('com.github.GTNewHorizons:TecTech:5.0.37:dev')
compile('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')
compileOnly('com.github.GTNewHorizons:EnderCore:0.2.6:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-97-GTNH:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:GTplusplus:1.7.76:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:AppleCore:3.1.9:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:ForestryMC:4.4.12:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:Railcraft:9.13.9:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.43:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.19:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') {transitive = false}
compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.3.19-GTNH:dev') {transitive = false}
runtime('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.53:dev')
runtime('com.github.GTNewHorizons:ForestryMC:4.4.12:dev')
runtime('com.github.GTNewHorizons:GTplusplus:1.7.76:dev')
//compileOnly('com.github.GTNewHorizons:Avaritia:1.28)
}