mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-15 20:25:00 +01:00
13 lines
492 B
Markdown
13 lines
492 B
Markdown
Game has different worlds you can generate.
|
|
Each world has its own folder.
|
|
Each folder has:
|
|
- Player file (player.dat)
|
|
- Subfolder for regions (regions/)
|
|
|
|
Each region subfolder has:
|
|
x.y.rgn files for each chunk, where x and y are the region coordinates.
|
|
|
|
# Regions
|
|
A region stores multiple chunks in a single file for more optimized storage.
|
|
Current plan is to store 8 chunks in a region, in other words, 1024*1024 blocks.
|
|
Around one million blocks, compressed with zstd compression.
|