Skip to content

Level Format

Byte Order

The level data is stored in Big Endian byte order.

Level Data

NameSize (in bytes)Description
Blocks4,194,304 (256×256×64)All the blocks in the world. XZY order (X increments first)[1]

Notes

  1. The index can be calculated with (y × 256 + z) × 256 + x

Contributors

The avatar of contributor named as BJTMastermind BJTMastermind

Changelog

Contributors



Documentation page was setup by DexrnZacAttack.