Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 5, 2024
1 parent 6d29228 commit e2a2de7
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
@@ -1,18 +1,18 @@
dependencies {
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.06:dev') {
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.50.94:dev') {
exclude group: "com.github.GTNewHorizons", module: "Galacticraft"
}
implementation('com.github.GTNewHorizons:TinkersConstruct:1.12.9-GTNH:dev')
implementation('com.github.GTNewHorizons:NotEnoughItems:2.6.38-GTNH:dev')
implementation('com.github.GTNewHorizons:TinkersConstruct:1.12.16-GTNH:dev')
implementation('com.github.GTNewHorizons:NotEnoughItems:2.6.49-GTNH:dev')
api('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')

compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-462-GTNH:api')
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-478-GTNH:api')
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.39:api')
compileOnly('curse.maven:cofh-lib-220333:2388748')
compileOnly('curse.maven:PlayerAPI-228969:2248928')
compileOnly('curse.maven:RenderPlayerAPI-228981:2248933')
compileOnly('curse.maven:SmartRender-229857:2248949')
compileOnly('curse.maven:mekanism-268560:2475797')

runtimeOnly('com.github.GTNewHorizons:ironchest:6.0.86:dev')
runtimeOnly('com.github.GTNewHorizons:ironchest:6.0.87: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.27'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.29'
}


0 comments on commit e2a2de7

Please sign in to comment.