From a4e12bbde888af07ac99b509fa19eee6d2cde1c2 Mon Sep 17 00:00:00 2001 From: Maya <10861407+serenibyss@users.noreply.github.com> Date: Tue, 8 Apr 2025 22:34:01 -0500 Subject: [PATCH] update --- dependencies.gradle | 14 +++++++------- gradle.properties | 2 +- settings.gradle | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index f75add9a1..37fb92d36 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -5,26 +5,26 @@ dependencies { shadowImplementation name: 'OC-JNLua', version: '20230530.0', ext: 'jar' shadowImplementation name: 'OC-JNLua-Natives', version: '20220928.1', ext: 'jar' - compileOnly("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.4.34-gtnh:dev") {transitive = false} + compileOnly("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.4.42-gtnh:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:Angelica:1.0.0-beta40:api") {transitive = false} - compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-554-GTNH:dev") {transitive = false} + compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-576-GTNH:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:Avaritiaddons:1.8.4-GTNH:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:BloodMagic:1.7.5:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:BuildCraft:7.1.42:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:CodeChickenCore:1.4.1:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:EnderCore:0.4.6:dev") {transitive = false} - compileOnly("com.github.GTNewHorizons:EnderIO:2.9.5:dev") {transitive = false} + compileOnly("com.github.GTNewHorizons:EnderIO:2.9.7:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:EnderStorage:1.7.2:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:ExtraCells2:2.5.35:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:ForestryMC:4.10.5:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:Galacticraft:3.3.5-GTNH:dev") {transitive = false} - compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.189:dev") {transitive = false} - compileOnly("com.github.GTNewHorizons:GTNHLib:0.6.16:dev") {transitive = false} + compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.227:dev") {transitive = false} + compileOnly("com.github.GTNewHorizons:GTNHLib:0.6.18:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:ModularUI:1.2.18:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:ModularUI2:2.2.6-1.7.10:dev") {transitive = false} - compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.7.31-GTNH:dev") {transitive = false} - compileOnly("com.github.GTNewHorizons:ProjectRed:4.11.1-GTNH:dev") {transitive = false} + compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.7.34-GTNH:dev") {transitive = false} + compileOnly("com.github.GTNewHorizons:ProjectRed:4.11.3-GTNH:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:Railcraft:9.16.7:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:StructureLib:1.4.6:dev") {transitive = false} compileOnly("com.github.GTNewHorizons:ThaumicEnergistics:1.7.6-GTNH:dev") {transitive = false} diff --git a/gradle.properties b/gradle.properties index 8698093a0..c69deabae 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ modId = OpenComputers modGroup = li.cil.oc # Whether to use modGroup as the maven publishing group. -# Due to a history of using JitPack, the default is com.github.GTNewHorizons for all mods. +# When false, com.github.GTNewHorizons is used. useModGroupForPublishing = false # Updates your build.gradle and settings.gradle automatically whenever an update is available. diff --git a/settings.gradle b/settings.gradle index 40fb369ee..ff436f2c4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.37' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.38' }