minecraft-nbt

0.0.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    2
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i minecraft-nbt

Weekly Downloads

3

Version

0.0.3

License

BSD

Last publish

Collaborators

  • maxogden