an example/template node module for voxel.js.
places a tower of voxels at some specific game position.
npm install voxel-tower
pass in your voxel-engine instance as game. options is an optional object that defaults to:
{
"height": 5,
"material": "brick"
}places your tower at some position. position is an array vector game position, e.g. [1, 1, 1]
BSD