# NBT [![Go Reference](https://pkg.go.dev/badge/github.com/Tnze/go-mc/nbt.svg)](https://pkg.go.dev/github.com/Tnze/go-mc/nbt) This package implement the [Named Binary Tag](https://wiki.vg/NBT) format of Minecraft. The API is very similar to the standard library `encoding/json`. If you (high probability) have used that, it is easy to use this.