forked from GTNewHorizons/GTplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
32 lines (28 loc) · 1.98 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
31
32
dependencies {
compile('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.204:dev')
compile("com.github.GTNewHorizons:StructureLib:1.2.0-beta.2:dev")
compile("com.github.GTNewHorizons:ModularUI:1.0.38:dev") {transitive=false}
compile("com.github.GTNewHorizons:NotEnoughItems:2.3.20-GTNH:dev")
compile('com.github.GTNewHorizons:CodeChickenCore:1.1.7:dev')
compile('com.github.GTNewHorizons:CodeChickenLib:1.1.5.6:dev')
compile('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')
compile('com.github.GTNewHorizons:NewHorizonsCoreMod:1.9.125:dev')
compile('curse.maven:cofh-core-69162:2388751')
compile('curse.maven:advsolar-362768:2885953')
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-134-GTNH:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Baubles:1.0.1.14:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:ForestryMC:4.5.6:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Railcraft:9.13.14:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:EnderIO:2.3.1.49:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:EnderCore:0.2.11:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:SC2:2.0.1:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Binnie:2.0.46:dev') {transitive = false}
compile("com.github.GTNewHorizons:bartworks:0.5.134-pre:dev") {transitive = false}
compileOnly('curse.maven:PlayerAPI-228969:2248928') {transitive=false}
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.28:dev') {transitive=false}
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Chisel:2.10.15-GTNH:dev') {transitive=false}
compileOnly("com.github.GTNewHorizons:ProjectRed:4.7.9-GTNH:dev") {transitive = false}
compile("com.github.GTNewHorizons:TecTech:5.0.69:dev")
runtimeOnly('com.github.GTNewHorizons:ForestryMC:4.5.6:dev')
}