Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 25, 2025
1 parent 267df22 commit b56627c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Add your dependencies here

dependencies {
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.48:dev') {transitive=false}
compileOnly('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.95:dev') {transitive=false}

compile('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev')
compile('com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev')
compile('com.github.GTNewHorizons:DummyCore:1.19.0:dev')
runtimeOnly("com.github.GTNewHorizons:NotEnoughItems:2.7.11-GTNH:dev")
runtimeOnly("com.github.GTNewHorizons:NotEnoughItems:2.7.25-GTNH:dev")

runtimeOnly('com.github.GTNewHorizons:Baubles:1.0.4:dev')
runtimeOnly('com.github.GTNewHorizons:CodeChickenCore:1.4.0:dev') // Required to allow dummycore to run in dev
runtimeOnly('com.github.GTNewHorizons:CodeChickenCore:1.4.1:dev') // Required to allow dummycore to run in 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 b56627c

Please sign in to comment.