Skip to content

Commit

Permalink
update bs+deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jan 11, 2024
1 parent 70108dc commit f802e6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1704650211
//version: 1704751096
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -786,7 +786,7 @@ dependencies {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.35')
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.4.4')
}

java17PatchDependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}:forgePatches") {transitive = false}
Expand Down
12 changes: 6 additions & 6 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
// Add your dependencies here

dependencies {
api("com.github.GTNewHorizons:CropLoadCore:0.1.10:dev")
api("com.github.GTNewHorizons:CropLoadCore:0.2.0:dev")
api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")

devOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.13:dev")
devOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.45.25:dev")
compileOnly(deobf("https://media.forgecdn.net/files/2499/612/BiomesOPlenty-1.7.10-2.1.0.2308-universal.jar"))
compileOnly("com.github.GTNewHorizons:twilightforest:2.5.1:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.10.13-GTNH:dev")
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.11.5-GTNH:dev")
compileOnly("com.github.GTNewHorizons:Natura:2.5.7:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.2:dev") {
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.11:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Galacticraft:3.1.1-GTNH:dev") {
Expand All @@ -24,8 +24,8 @@ dependencies {
// for testing
//runtimeOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
//runtimeOnly("com.github.GTNewHorizons:twilightforest:2.5.1:dev")
//runtimeOnly("com.github.GTNewHorizons:TinkersConstruct:1.10.13-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:TinkersConstruct:1.11.5-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:Natura:2.5.7:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.2:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.11:dev")
//runtimeOnly("com.github.GTNewHorizons:Galacticraft:3.1.1-GTNH:dev")
}

0 comments on commit f802e6c

Please sign in to comment.