0.3.1 • Published 10 years ago

minecraft-chunk v0.3.1

Weekly downloads
8
License
BSD
Repository
-
Last release
10 years ago

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