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 [[License:MPL-2|Mozilla Public License 2.0]]; other tools are under the [[License: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. === Links === * [[https://sourceforge.net/projects/nbtfsutils/|Project page]] * [[https://sourceforge.net/p/nbtfsutils/code/ci/HEAD/tree/|Browse source]] * [[https://freshports.org/sysutils/fusefs-nbt/|FreeBSD port information]] * [[https://man.freebsd.org/cgi/man.cgi?query=mount.nbt&sektion=8&manpath=freebsd-ports|mount.nbt(8) manual page]]