0.0.3 • Published 10 years ago

minecraft-nbt v0.0.3

Weekly downloads
12
License
BSD
Repository
github
Last release
10 years ago

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 = require('minecraft-nbt').NBTReader
var chunk = new NBTReader(chunkBinaryData).read()
// now you can access the parsed data, e.g.:
chunk.root.Level.Sections
chunk.root.Sections
// etc

this modules works with minecraft-region and minecraft-chunk and is used by minecraft-mca

designed for use with browserify

license

BSD