What does nbt mean in minecraft
The Named Binary Tag (NBT) format is used by Minecraft for the various files in which it saves data. The format is designed to store data in a tree structure made up of various tags. All tags have an ID and a name. Another more user-friendly format of NBT is in plain string, as used in commands. Thi...