Skip to content

Commit

Permalink
Bump lwjgl3ify&hodgepodge versions for the latest bugfixes (GTNewHori…
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenraven authored Mar 26, 2023
1 parent 49f038b commit bc2e1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -711,13 +711,13 @@ ext.java17PatchDependenciesCfg = configurations.create("java17PatchDependencies"
}

dependencies {
def lwjgl3ifyVersion = '1.2.2'
def lwjgl3ifyVersion = '1.3.3'
def asmVersion = '9.4'
if (modId != 'lwjgl3ify') {
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
}
if (modId != 'hodgepodge') {
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.1.0')
java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.2.4')
}

java17PatchDependencies('net.minecraft:launchwrapper:1.15') {transitive = false}
Expand Down

0 comments on commit bc2e1d0

Please sign in to comment.