Skip to content

Commit

Permalink
update deps + bs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Nov 3, 2023
1 parent 7e36e58 commit c10c2af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//version: 1696952014
//version: 1698936026
/*
DO NOT CHANGE THIS FILE!
Also, you may replace this file at any time if there is an update available.
Expand Down Expand Up @@ -646,7 +646,7 @@ repositories {

def mixinProviderGroup = "io.github.legacymoddingmc"
def mixinProviderModule = "unimixins"
def mixinProviderVersion = "0.1.7.1"
def mixinProviderVersion = "0.1.13"
def mixinProviderSpecNoClassifer = "${mixinProviderGroup}:${mixinProviderModule}:${mixinProviderVersion}"
def mixinProviderSpec = "${mixinProviderSpecNoClassifer}:dev"
ext.mixinProviderSpec = mixinProviderSpec
Expand Down Expand Up @@ -798,7 +798,7 @@ dependencies {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.7')
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.17')
}

java17PatchDependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}:forgePatches") {transitive = false}
Expand Down
18 changes: 9 additions & 9 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ dependencies {
api("com.github.GTNewHorizons:CropLoadCore:0.1.10:dev")
api("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")

devOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.36:dev")
devOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.44.74: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.0:dev") {
compileOnly("com.github.GTNewHorizons:twilightforest:2.5.1:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.10.6-GTNH:dev")
compileOnly("com.github.GTNewHorizons:TinkersConstruct:1.10.11-GTNH:dev")
compileOnly("com.github.GTNewHorizons:Natura:2.5.7:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.17:dev") {
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.34:dev") {
transitive = false
}
compileOnly("com.github.GTNewHorizons:Galacticraft:3.0.73-GTNH:dev") {
compileOnly("com.github.GTNewHorizons:Galacticraft:3.0.74-GTNH:dev") {
transitive = false
}
compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")

// for testing
//runtimeOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
//runtimeOnly("com.github.GTNewHorizons:twilightforest:2.5.0:dev")
//runtimeOnly("com.github.GTNewHorizons:TinkersConstruct:1.10.6-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:twilightforest:2.5.1:dev")
//runtimeOnly("com.github.GTNewHorizons:TinkersConstruct:1.10.11-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:Natura:2.5.7:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.17:dev")
//runtimeOnly("com.github.GTNewHorizons:Galacticraft:3.0.73-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.2.34:dev")
//runtimeOnly("com.github.GTNewHorizons:Galacticraft:3.0.74-GTNH:dev")
}

0 comments on commit c10c2af

Please sign in to comment.