minecraft-nbt
named binary tag parser in pure js
extracted from code originally written by @ithkuil for mcchunkloader, turned into a module and now maintained by @maxogden
minecraft is property of Mojang AB
var NBTReader = NBTReadervar chunk = chunkBinaryData// now you can access the parsed data, e.g.:chunkrootLevelSectionschunkrootSections// etc
this modules works with minecraft-region and minecraft-chunk and is used by minecraft-mca
designed for use with browserify
license
BSD