Configurable Region Compression Format (#8505)
This commit is contained in:
@ -589,6 +589,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ public boolean allowHeadlessPistons = false;
|
||||
+ @Comment("This setting controls if grindstones should be able to output overstacked items (such as cursed books).")
|
||||
+ public boolean allowGrindstoneOverstacking = false;
|
||||
+ @Comment("This setting controls what compression format is used for region files.")
|
||||
+ public CompressionFormat compressionFormat = CompressionFormat.ZLIB;
|
||||
+
|
||||
+ public enum CompressionFormat {
|
||||
+ GZIP,
|
||||
+ ZLIB,
|
||||
+ NONE
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+ public Commands commands;
|
||||
|
||||
Reference in New Issue
Block a user