Is there a chunk size setting for infinite maps?

Hi Bjorn and friends: I seem to recall somewhere (github or here?) that a new feature was coming that would allow users to set the chunk size for infinite maps (which is currently set to 16x16 chunk sizes by default).

Is that something that is in or is coming? Thanks.

Yes, the following pull request was merged that added this feature:

The actual attributes storing the custom chunk size are still subject to change (see my comments on the PR), but map readers would not generally use them anyway since each chunk still has attributes about its position and size.

1 Like