Named Binary Tag (NBT) is a binary format designed for and used by the game Minecraft to store various data including worlds, player data and many other things. This project provides a way to access those data by simply mounting the corresponding data file as a file system, then reading and writing any value as usual file system nodes.

License

The file system implementation mount.nbt(8) is distributed under Mozilla Public License 2.0; other tools are under the MIT/X11 license; NBT parser and writer codes that originated from cNBT project are under its Beer-ware license; please see individual source files for the exact license terms.