diff --git a/common-files/src/main/resources/config.yml b/common-files/src/main/resources/config.yml index e2e3d2e7b..7809dd0a9 100644 --- a/common-files/src/main/resources/config.yml +++ b/common-files/src/main/resources/config.yml @@ -111,10 +111,12 @@ resource-pack: # Some of these options may impact your resource pack size. crash-tools: method-1: false - method-2: false # This would increase the resource pack size by 64KB - method-3: false # This would increase the resource pack size by 0.67MB + method-2: false # This will increase the resource pack size by 64KB + method-3: false # This will increase the resource pack size by 0.67MB method-4: false method-5: true # This can reduce the resource pack size, also it prevents some software from extracting it + method-6: false # This will increase the resource pack size by a certain percentage + method-7: false # Create incorrect crc data incorrect-crc: false # Spoof huge files @@ -123,7 +125,7 @@ resource-pack: escape-json: false # Create fake folders to hide original files fake-directory: false - # Corrupt the texture file to prevent thieves from opening it + # Break the texture file to prevent thieves from opening it break-texture: false # Obfuscate your resource pack to prevent thieves from restoring its original structure obfuscation: diff --git a/gradle.properties b/gradle.properties index c899b2fe8..e5b55aeb2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -39,7 +39,7 @@ zstd_version=1.5.7-4 commons_io_version=2.20.0 commons_lang3_version=3.19.0 sparrow_nbt_version=0.10.6 -sparrow_util_version=0.55.6 +sparrow_util_version=0.56 fastutil_version=8.5.18 netty_version=4.1.127.Final joml_version=1.10.8