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:
@@ -186,6 +186,7 @@ public class GlobalConfiguration extends ConfigurationPart {
|
||||
public enum CompressionFormat {
|
||||
GZIP,
|
||||
ZLIB,
|
||||
LZ4,
|
||||
NONE
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user