MCLevel Format

From wiki.vg
Revision as of 14:04, 9 February 2011 by imported>Tomsik68
Jump to navigation Jump to search

About MCLevel & Decoding in Java

The MCLevel file corresponds of the compressed(maybe GZipped) Minecraft Classic level written there using java ObjectOutputStream. It can be read by java ObjectInputStream if you have got the right class. Else, the InvelidClassException will be thrown.

Decoding MCLevel in other programming languages