Add support for lz4 (#12053)

Mojang added this early 2024, however, it wasn't ever added to the actual config option
inside of paper
This commit is contained in:
Shane Freeder
2025-02-08 18:07:43 +00:00
committed by GitHub
parent 742968e078
commit 597dcfffb9
2 changed files with 3 additions and 1 deletions

View File

@@ -186,6 +186,7 @@ public class GlobalConfiguration extends ConfigurationPart {
public enum CompressionFormat {
GZIP,
ZLIB,
LZ4,
NONE
}
}