From 3b0f5bb7647a69935aa3e1fe742c3a2dd22e6029 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Tue, 3 Sep 2024 23:08:18 +0200 Subject: [PATCH] update --- dependencies.gradle | 10 +++++----- settings.gradle | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 160fb0d0..e672443a 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -12,16 +12,16 @@ configurations { } dependencies { - api("com.github.GTNewHorizons:GTNHLib:0.5.0:dev") + api("com.github.GTNewHorizons:GTNHLib:0.5.5:dev") compileOnly("com.gtnewhorizons.retrofuturabootstrap:RetroFuturaBootstrap:1.0.2") { transitive = false } - transformedMod("com.github.GTNewHorizons:NotEnoughItems:2.6.33-GTNH:dev") // force a more up-to-date NEI version - transformedModCompileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-445-GTNH") + transformedMod("com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev") // force a more up-to-date NEI version + transformedModCompileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-450-GTNH") transformedModCompileOnly("com.github.GTNewHorizons:Baubles:1.0.4:dev") // Transitive updates to make runClient17 work transformedModCompileOnly("com.github.GTNewHorizons:ForgeMultipart:1.5.0:dev") - transformedModCompileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.49.55:dev") + transformedModCompileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.49.60:dev") transformedModCompileOnly("com.github.GTNewHorizons:harvestcraft:1.2.1-GTNH:dev") transformedModCompileOnly("com.github.GTNewHorizons:HungerOverhaul:1.1.0-GTNH:dev") transformedModCompileOnly("com.github.GTNewHorizons:MrTJPCore:1.2.1:dev") // Do not update, fixed afterwards @@ -45,7 +45,7 @@ dependencies { transformedModCompileOnly(rfg.deobf("curse.maven:glibys-voice-chat-225110:2301492")) transformedModCompileOnly(rfg.deobf("curse.maven:automagy-222153:2285272")) - transformedModCompileOnly("com.github.GTNewHorizons:Galacticraft:3.2.1-GTNH:dev") + transformedModCompileOnly("com.github.GTNewHorizons:Galacticraft:3.2.4-GTNH:dev") transformedModCompileOnly("curse.maven:minechem-368422:2905830") transformedModCompileOnly("curse.maven:thermal-dynamics-227443:2388756") transformedModCompileOnly("curse.maven:thermal-expansion-69163:2388759") diff --git a/settings.gradle b/settings.gradle index 242692e5..3d3ba12c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.26' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27' }