1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 19:42:10 +00:00

Allow chunksize to be non-cubic

This commit is contained in:
sfan5 2025-06-27 12:40:55 +02:00
parent 0deeb57d44
commit 630ca5daa0
5 changed files with 35 additions and 6 deletions

View file

@ -249,7 +249,7 @@ Example content:
# Map File Format
Luanti maps consist of `MapBlock`s, chunks of 16x16x16 nodes.
Luanti maps consist of `MapBlock`s, each holds 16x16x16 nodes.
In addition to the bulk node data, `MapBlock`s stored on disk also contain
other things.