Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 4, 2025
1 parent 8405381 commit 2cbcd2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.51.40:dev') {
implementation('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.52:dev') {
exclude group: "com.github.GTNewHorizons", module: "Galacticraft"
}
implementation('com.github.GTNewHorizons:TinkersConstruct:1.13.1-GTNH:dev')
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.8-GTNH:dev')
implementation('com.github.GTNewHorizons:TinkersConstruct:1.13.2-GTNH:dev')
implementation('com.github.GTNewHorizons:NotEnoughItems:2.7.13-GTNH:dev')
api('net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev')

compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-516-GTNH:api')
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.39:api')
compileOnly('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-518-GTNH:api')
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.42: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.87:dev')
runtimeOnly('com.github.GTNewHorizons:ironchest:6.1.0:dev')
}

0 comments on commit 2cbcd2e

Please sign in to comment.