Skip to content
Freek Dijkstra edited this page May 15, 2018 · 17 revisions

NBT’s documentation

NBT is a Named Binary Tag parser based upon the specification by Markus Persson.

From the Named Binary Tag specification:

This project also contains helper classes for dealing with Regions, Chunks and World folders in Minecraft, the main use case for the NBT format.

nbt Package

Modules

Constants

nbt.VERSION = (1, 5, 0)

NBT version as tuple. Note that the major and minor revision number are always present, but the patch identifier (the 3rd number) is only used in 1.4.

Functions

nbt._get_version()

Return the NBT version as string.

Auxiliary Documentation

Indices and tables