Skip to content

max-mapper/minecraft-nbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

named binary tag (minecraft) parser in pure js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published