minecraft-chunk

0.3.1 • Public • Published

minecraft-chunk

read voxel data from minecraft chunks

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 mcChunk = require('minecraft-chunk')
 
var options = {
  nbt: nbt, // from the minecraft-nbt module
  ymin: 0,
  showstuff: false,
  superflat: false,
  chunkX: 0,
  chunkZ: 0
}
 
mcChunk(options).extractChunk(function onVoxel(x, y, z, type) {
  
})

this module is used by minecraft-mca

designed for use with browserify

license

BSD

Readme

Keywords

none

Package Sidebar

Install

npm i minecraft-chunk

Weekly Downloads

1

Version

0.3.1

License

BSD

Last publish

Collaborators

  • maxogden