We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4068be7 commit dcc2f56Copy full SHA for dcc2f56
3 files changed
build.gradle
@@ -33,7 +33,7 @@ def modsDir = "${rootDir}/mods"
33
def decompSrcDir = "${rootDir}/decompSrc"
34
def patchSrcDir = "${rootDir}/patchSrc"
35
def assetIndexId = '29'
36
-def assetIndexUrl = 'https://piston-meta.mojang.com/v1/packages/9eb99101f5fd6921b599c7ca10e2fa3d1c909b99/29.json'
+def assetIndexUrl = 'https://piston-meta.mojang.com/v1/packages/568d91f5973ea84fe46311a88c93b5dc7c9fa6ec/29.json'
37
38
def decompLibs = [
39
'authlib-7.0.61.jar',
@@ -362,7 +362,7 @@ subprojects {
362
implementation 'org.joml:joml:1.10.8'
363
364
// compression
365
- implementation 'org.lz4:lz4-java:1.8.0'
+ implementation 'at.yawk.lz4:lz4-java:1.8.1'
366
367
// misc
368
implementation 'com.github.oshi:oshi-core:6.9.0'
0 commit comments