This commit is contained in:
Maya 2025-04-08 22:34:01 -05:00
parent 448a1369f2
commit a4e12bbde8
3 changed files with 9 additions and 9 deletions

View File

@ -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}

View File

@ -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.

View File

@ -17,7 +17,7 @@ pluginManagement {
}
plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.37'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.38'
}