diff options
author | miozune <miozune@gmail.com> | 2023-02-16 17:43:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-16 09:43:54 +0100 |
commit | 6d1ce9ee20fc0bdb7dda2d7066a8c3474e4d1050 (patch) | |
tree | 549c66a1105bd76e157a9adceea3614b52787a4a /dependencies.gradle | |
parent | f387766d71209d3e9eb8837ae3592f2b8f5838e1 (diff) | |
download | GT5-Unofficial-6d1ce9ee20fc0bdb7dda2d7066a8c3474e4d1050.tar.gz GT5-Unofficial-6d1ce9ee20fc0bdb7dda2d7066a8c3474e4d1050.tar.bz2 GT5-Unofficial-6d1ce9ee20fc0bdb7dda2d7066a8c3474e4d1050.zip |
Remove reflections against BW (#544)
Diffstat (limited to 'dependencies.gradle')
-rw-r--r-- | dependencies.gradle | 13 |
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') } |