You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,5 @@
5
5
`compression.register_compressed_tiers(node)`: Registers compressed versions of the provided `node`; If the provided node has been compressed previously, `groups.compressed` must be set to however many times it has been compressed. (eg. `moreblocks:cobble_compressed` must have a `groups.compressed` value of `1`.)
6
6
7
7
`compression.register_compressed_nodes(nodes)`: Registers every node in the provided table. (eg. `{"default:cobble", "default:desert_cobble"}`)
8
+
9
+
`max_compression_level`: The maximum compression tier; Default is 10.
0 commit comments