Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Nov 7, 2024
1 parent 93b3d88 commit ff27638
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 @@ -3,18 +3,18 @@
dependencies {
api('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
api('com.github.GTNewHorizons:Baubles:1.0.4:dev')
api('com.github.GTNewHorizons:Thaumic_Exploration:1.3.4-GTNH:dev'){
api('com.github.GTNewHorizons:Thaumic_Exploration:1.3.6-GTNH:dev'){
exclude group: 'com.github.GTNewHorizons', module: 'ThaumicBoots'
}
api('com.github.GTNewHorizons:Electro-Magic-Tools:1.5.12:dev'){
api('com.github.GTNewHorizons:Electro-Magic-Tools:1.5.16:dev'){
exclude group: 'com.github.GTNewHorizons', module: 'ThaumicBoots'
}
api('com.github.GTNewHorizons:Tainted-Magic:7.6.12-GTNH'){
api('com.github.GTNewHorizons:Tainted-Magic:7.6.13-GTNH'){
exclude group: 'com.github.GTNewHorizons', module: 'ThaumicBoots'
}
api('com.github.GTNewHorizons:GTNHLib:0.5.5')
api('com.github.GTNewHorizons:GTNHLib:0.5.19')

runtimeOnly('com.github.GTNewHorizons:TCNEIAdditions:1.4.1:dev')
runtimeOnly('com.github.GTNewHorizons:TCNEIAdditions:1.4.2: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 ff27638

Please sign in to comment.