Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 19, 2025
1 parent 8403446 commit f11eb21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
// Add your dependencies here

dependencies {
// compile("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-511-GTNH:dev")
compile("com.github.GTNewHorizons:CodeChickenCore:1.4.0:dev")
compile("com.github.GTNewHorizons:NotEnoughItems:2.7.4-GTNH:dev")
// compile("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-523-GTNH:dev")
compile("com.github.GTNewHorizons:CodeChickenCore:1.4.1:dev")
compile("com.github.GTNewHorizons:NotEnoughItems:2.7.22-GTNH:dev")
// compile("com.github.GTNewHorizons:Baubles:1.0.4:dev")
// compile("com.github.GTNewHorizons:WirelessCraftingTerminal:1.11.7:dev")

// compileOnly("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.4.4-gtnh:dev") { transitive = false }
// compileOnly("com.github.GTNewHorizons:AE2FluidCraft-Rework:1.4.23-gtnh:dev") { transitive = false }
// compileOnly("com.github.GTNewHorizons:Avaritiaddons:1.8.4-GTNH:dev") { transitive = false }
// compileOnly("com.github.GTNewHorizons:BuildCraftCompat:7.1.17:dev") { transitive = false }
compileOnly('com.github.GTNewHorizons:EnderIO:2.9.0:dev') { transitive = false }
compileOnly("com.github.GTNewHorizons:ForestryMC:4.10.0:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.33:dev") { transitive = false }
// compileOnly("com.github.GTNewHorizons:ThaumicEnergistics:1.7.0-GTNH:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:Botania:1.12.3-GTNH:dev") { transitive = false }
compileOnly('com.github.GTNewHorizons:EnderIO:2.9.2:dev') { transitive = false }
compileOnly("com.github.GTNewHorizons:ForestryMC:4.10.1:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.81-meteor:dev") { transitive = false }
// compileOnly("com.github.GTNewHorizons:ThaumicEnergistics:1.7.5-GTNH:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:Botania:1.12.5-GTNH:dev") { transitive = false }
compileOnly("com.gregoriust.gregtech:gregtech_1.7.10:6.14.23:dev") { transitive = false }
compileOnly("curse.maven:thaumcraft-nei-plugin-225095:2241913") { transitive = false }
// compileOnly("curse.maven:thermal-expansion-69163:2388759") { transitive = false }
Expand All @@ -25,5 +25,5 @@ dependencies {

// Required to load in GTNH mods inside the dev environment for testing. Useful for checking item stack label
// generation.
runtimeOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.48.133:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.81-meteor:dev")
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.30'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.31'
}


0 comments on commit f11eb21

Please sign in to comment.