add support for nonarray lists, fix bugs with structs, make compliant with bigtest.nbt

This commit is contained in:
Mark Asp
2020-09-17 22:38:48 -05:00
parent 610cb0c7d5
commit 95b9ba9360
5 changed files with 246 additions and 152 deletions

View File

@ -1,4 +1,5 @@
# NBT
This is copied from [mc-go](https://github.com/Tnze/go-mc) until PRs to add support for needed features is merged in.
This package implement the Named Binary Tag format of Minecraft.
# Docs
[![GoDoc](https://godoc.org/github.com/Tnze/go-mc/nbt?status.svg)](https://godoc.org/github.com/Tnze/go-mc/nbt)