This project is yet another parser for the Minecraft Anvil file format (.mca), which is used to store Minecraft worlds. The main considerations were performance and a broad range of supported versions. Currently only read operations are supported.
All versions between 1.7.10 and 1.20.4 are supported, other versions may or may not work.
This project is a partial port of anvil-parser, which was written in Python. Huge thanks to @0xTiger for maintaining that project!
- Installation
- Usage
- Tests