mca-parser

This is a simple library for parsing Minecraft's .mca region file format.

For more information on the format, see the Minecraft wiki page for the Region File Format

WIP

Note: this lib is in a very early WIP stage. The only implemented features at the moment is parsing regions from a folder and a file, and these "parsed" regions only have the chunk timestamps. It does not parse the rest of the chunk data yet.

Todo