aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle13
1 files changed, 3 insertions, 10 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 14c2e6cae1..83c7071102 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -1,16 +1,12 @@
dependencies {
- api('com.github.GTNewHorizons:GTNHLib:0.0.11:dev')
- api('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.270:dev')
- api("com.github.GTNewHorizons:StructureLib:1.2.1:dev")
- api("com.github.GTNewHorizons:ModularUI:1.0.54:dev") {transitive=false}
- api("com.github.GTNewHorizons:NotEnoughItems:2.3.25-GTNH:dev")
- api('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')
+ api('com.github.GTNewHorizons:GT5-Unofficial:5.09.41.278:dev')
+ api("com.github.GTNewHorizons:bartworks:0.5.155:dev")
+ api("com.github.GTNewHorizons:TecTech:5.0.88:dev")
implementation('curse.maven:cofh-core-69162:2388751')
// https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels
implementation('curse.maven:advsolar-362768:2885953')
- compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-152-GTNH:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Baubles:1.0.1.15:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:ForestryMC:4.5.6:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Railcraft:9.13.16:dev') {transitive=false}
@@ -18,14 +14,11 @@ dependencies {
compileOnly('com.github.GTNewHorizons:EnderCore:0.2.12:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:SC2:2.0.2:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:Binnie:2.0.48:dev') {transitive = false}
- api("com.github.GTNewHorizons:bartworks:0.5.150: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.16-GTNH:dev') {transitive=false}
compileOnly("com.github.GTNewHorizons:ProjectRed:4.7.9-GTNH:dev") {transitive = false}
- api("com.github.GTNewHorizons:TecTech:5.0.88:dev")
-
runtimeOnly('com.github.GTNewHorizons:ForestryMC:4.5.6:dev')
}