Cubic Chunks refers to a chunk format where each chunk is made of 16x16x16 chunks placed in a three dimensional grid instead of 16x384x16 in a two dimensional grid.
Unlike the latter, the cubic chunk format allows for infinite world height. (By default, vanilla would allow for a minimum height of -64, though datapack can choose to either override or remove this limit)
The only downside is that it makes a big roadblock for porting mods, so this may be rolled out initially as an experimental setting before full implementation.
Please sign in to leave a comment.
1 Comments