/nbt

A Named Binary Tag, or NBT encoder/decoder (the format used by Minecraft).

Primary LanguagePython

NBT library for Python

NBT?

Minecraft stores data in a format called “NBT”, similar to JSON, BSON, or MessagePack. This is a library for reading those structures in Python.