Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 30, 2024
1 parent b67f95c commit 37ea9bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
// Add your dependencies here

dependencies {
devOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.6.51-GTNH:dev")
devOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.7.8-GTNH:dev")

compileOnly("com.github.GTNewHorizons:ForestryMC:4.9.19:api") {
compileOnly("com.github.GTNewHorizons:ForestryMC:4.10.0:api") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Botania:1.12.1-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:Botania:1.12.3-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Mantle:0.4.2:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.12.16-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.13.1-GTNH:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:BloodMagic:1.6.9:dev") {
compileOnly("com.github.GTNewHorizons:BloodMagic:1.6.10:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:CraftTweaker:3.4.0:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.2:dev") {
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.11:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.10:dev") {
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.38:dev") {
transitive = false
}

Expand All @@ -41,5 +41,5 @@ dependencies {
transitive = false
}

runtimeOnly("com.github.GTNewHorizons:GTNHLib:0.5.22:dev")
runtimeOnly("com.github.GTNewHorizons:GTNHLib:0.6.0:dev")
}

0 comments on commit 37ea9bf

Please sign in to comment.