Skip to content

max-mapper/minecraft-chunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

read voxel data from minecraft chunks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published