Skip to content

Level Format

Byte Order

The level data is stored in Big Endian byte order.

Level Data

NameSize (in bytes)Description
Magic Number4Identifier of the format. Always 27 1B B7 88.
Version1Version of the format. Always 02.
Serialized Java com.mojang.minecraft.level.Level ClassVariableContains all the level information, player data, entities, and more.[1]

Notes

  1. Due to a bug in Minecraft Classic the Height and Depth values are swapped causing Height to be the Depth and Depth to be the Height.

Contributors

The avatar of contributor named as BJTMastermind BJTMastermind

Changelog

Contributors



Documentation page was setup by DexrnZacAttack.