7 lines
347 B
Markdown
7 lines
347 B
Markdown
# NBT [](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.
|