Skip to content

Commit dcc2f56

Browse files
rc2
1 parent 4068be7 commit dcc2f56

3 files changed

Lines changed: 506 additions & 540 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def modsDir = "${rootDir}/mods"
3333
def decompSrcDir = "${rootDir}/decompSrc"
3434
def patchSrcDir = "${rootDir}/patchSrc"
3535
def assetIndexId = '29'
36-
def assetIndexUrl = 'https://piston-meta.mojang.com/v1/packages/9eb99101f5fd6921b599c7ca10e2fa3d1c909b99/29.json'
36+
def assetIndexUrl = 'https://piston-meta.mojang.com/v1/packages/568d91f5973ea84fe46311a88c93b5dc7c9fa6ec/29.json'
3737

3838
def decompLibs = [
3939
'authlib-7.0.61.jar',
@@ -362,7 +362,7 @@ subprojects {
362362
implementation 'org.joml:joml:1.10.8'
363363

364364
// compression
365-
implementation 'org.lz4:lz4-java:1.8.0'
365+
implementation 'at.yawk.lz4:lz4-java:1.8.1'
366366

367367
// misc
368368
implementation 'com.github.oshi:oshi-core:6.9.0'

0 commit comments

Comments
 (0)