Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Mar 10, 2024
1 parent 84430a2 commit ef0f34b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Add your dependencies here

dependencies {
compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-alpha31:api')
compileOnlyApi('com.github.GTNewHorizons:Angelica:1.0.0-alpha34:api')
api("com.github.GTNewHorizons:Mantle:0.4.1:dev")
api("com.github.GTNewHorizons:ForgeMultipart:1.4.7:dev")
implementation("com.github.GTNewHorizons:NotEnoughItems:2.5.4-GTNH:dev")
api("com.github.GTNewHorizons:ForgeMultipart:1.4.8:dev")
implementation("com.github.GTNewHorizons:NotEnoughItems:2.5.24-GTNH:dev")
compileOnlyApi("curse.maven:cofh-core-69162:2388751")
compileOnly("com.github.GTNewHorizons:inventory-tweaks:1.6.2:api")
compileOnly("com.github.GTNewHorizons:waila:1.7.0:api")
compileOnly("com.github.GTNewHorizons:waila:1.7.1:api")
compileOnly("com.github.GTNewHorizons:Battlegear2:1.3.5:api") {
}
compileOnly("curse.maven:minefactory-reloaded-66672:2366150")
Expand Down
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.15'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.16'
}


0 comments on commit ef0f34b

Please sign in to comment.