Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Nov 18, 2024
1 parent 6b02824 commit f4cd552
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
Expand Up @@ -5,13 +5,13 @@ dependencies {
implementation("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
implementation("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
implementation("curse.maven:cofh-lib-220333:2388748")
compileOnly("com.github.GTNewHorizons:ForestryMC:4.9.10:dev") { transitive = false }
compileOnly("com.github.GTNewHorizons:ForestryMC:4.9.17:dev") { transitive = false }
compileOnly("curse.maven:craftguide-75557:2459320")
compileOnly("com.github.GTNewHorizons:Mobs-Info:0.4.6-GTNH:dev")

runtimeOnly("com.github.GTNewHorizons:Baubles:1.0.4:dev") // for Thaumcraft
runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.34-GTNH:dev")
runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.45-GTNH:dev")

compileOnlyApi("com.github.GTNewHorizons:Angelica:1.0.0-beta5:api")
compileOnlyApi("com.github.GTNewHorizons:Angelica:1.0.0-beta20:api")

}
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 f4cd552

Please sign in to comment.