Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Sep 3, 2024
1 parent b2b0b32 commit 305ea72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

dependencies {
api('com.github.GTNewHorizons:BuildCraft:7.1.39:dev')
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.47:dev')
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.60:dev')
implementation('com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev')
implementation('com.github.GTNewHorizons:ModularUI2:2.1.3-1.7.10:dev')
implementation('com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev')

compileOnly('com.github.GTNewHorizons:OpenComputers:1.10.22-GTNH:api') { transitive = false }
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-445-GTNH:api') { transitive = false }
compileOnly('com.github.GTNewHorizons:StorageDrawers:1.13.9-GTNH:api') { transitive = false }
compileOnly('com.github.GTNewHorizons:OpenComputers:1.10.23-GTNH:api') { transitive = false }
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-450-GTNH:api') { transitive = false }
compileOnly('com.github.GTNewHorizons:StorageDrawers:1.13.11-GTNH:api') { transitive = false }
compileOnly('com.github.GTNewHorizons:Jabba:1.4.6:dev') { transitive = false }
compileOnly('com.github.GTNewHorizons:ironchest:6.0.85:dev') { transitive = false }
compileOnly('com.github.GTNewHorizons:ForestryMC:4.9.10:dev') { transitive = false }
Expand All @@ -18,7 +18,7 @@ dependencies {
compileOnly('com.github.GTNewHorizons:EnderStorage:1.6.0:dev') { transitive = false }
compileOnly('com.github.GTNewHorizons:ExtraCells2:2.5.35:api') { transitive = false }
compileOnly('com.github.GTNewHorizons:Binnie:2.4.1:dev') { transitive = false }
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.55:dev') { transitive = false }
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.49.60:dev') { transitive = false }

compileOnly('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev') { transitive = false }
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') { transitive = false }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.26'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.27'
}


0 comments on commit 305ea72

Please sign in to comment.