Skip to content

Instantly share code, notes, and snippets.

@Afforess
Created March 1, 2012 23:10
Show Gist options
  • Save Afforess/1953896 to your computer and use it in GitHub Desktop.
Save Afforess/1953896 to your computer and use it in GitHub Desktop.
World Save Format - Spout Server
Header Information for each Region:
Region Coord X (Integer).
Region Coord Y (Integer).
Region Coord Z (Integer).
Payload:
16x16x16 chunk information
Header information for each Chunk:
Format (0/1). 0 - Byte Ids. 1 - Short Ids.
Length. (Integer). Length of Payload.
Payload:
Chunk Data, gziped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment