From 0b72dbb844cd1bfedbb230980c47f94821aa69a2 Mon Sep 17 00:00:00 2001 From: Fiyorin ᵘʷᵘ <61357+Fiyorin@users.noreply.github.com> Date: Wed, 17 May 2023 07:10:43 +0200 Subject: bump the deps version of ae2 and buildcraft (#2001) * PA doesn't take a muffler -> fix blockrenderer and hologram projector * bump ae2 version * bump ae2 and buildcraft version --------- Co-authored-by: Fiyorin --- dependencies.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index b54c920b57..bb015a5b93 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -40,11 +40,11 @@ dependencies { api("com.github.GTNewHorizons:GTNHLib:0.0.13:dev") api("com.github.GTNewHorizons:ModularUI:1.1.7:dev") api("com.github.GTNewHorizons:waila:1.5.24:dev") - api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-197-GTNH:dev") + api("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-213-GTNH:dev") implementation("com.github.GTNewHorizons:Eternal-Singularity:1.1.0:dev") compileOnlyApi("com.github.GTNewHorizons:AppleCore:3.2.10:dev") { transitive = false } - compileOnlyApi("com.github.GTNewHorizons:BuildCraft:7.1.28:dev") { transitive = false } + compileOnlyApi("com.github.GTNewHorizons:BuildCraft:7.1.33:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:EnderIO:2.4.10:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:ForestryMC:4.6.3:dev") { transitive = false } compileOnlyApi("com.github.GTNewHorizons:ProjectRed:4.7.9-GTNH:dev") { transitive = false } -- cgit