max-mapper / voxel-hello-world

a template voxel game repo you can use to build your own voxel games
http://maxogden.github.com/voxel-engine
62 stars 64 forks source link

Rework the createAdjacent stuff to use createBlock(pos.adjacent) instead #11

Closed nakedible closed 11 years ago

nakedible commented 11 years ago

Bump package dependency and use createBlock(pos.adjacent, val) instead of createAdjacent(hit, val).