nbt

A parser/serializer for Minecraft's Named Binary Tag (NBT) data format.

https://github.com/acfoltzer/nbt

Latest on Hackage:0.7@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Adam C. Foltzer, Stijn van Drongelen
Maintained by Adam C. Foltzer

This package includes a data type for the NBT file format, notably used to represent saved data in Minecraft and significant parts of the Minecraft network protocol. All thirteen tags used in Minecraft 1.13 are implemented.