We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a926d3d commit b607c66Copy full SHA for b607c66
build.gradle
@@ -1,4 +1,4 @@
1
-//version: 1704650211
+//version: 1704751096
2
/*
3
DO NOT CHANGE THIS FILE!
4
Also, you may replace this file at any time if there is an update available.
@@ -786,7 +786,7 @@ dependencies {
786
java17Dependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}")
787
}
788
if (modId != 'hodgepodge') {
789
- java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.3.35')
+ java17Dependencies('com.github.GTNewHorizons:Hodgepodge:2.4.4')
790
791
792
java17PatchDependencies("com.github.GTNewHorizons:lwjgl3ify:${lwjgl3ifyVersion}:forgePatches") {transitive = false}
0 commit comments