const DEFAULT_WORLD_CHUNKS_LG: MapSizeLg;
Expand description
Default base two logarithm of the world size, in chunks, per dimension.
Currently, our default map dimensions are 2^10 × 2^10 chunks, mostly for historical reasons. It is likely that we will increase this default at some point.