voxel / voxel-clientmc

Minecraft client using WebSockets and voxel-engine (voxel.js plugin)
57 stars 13 forks source link

Move most/all block registrations to other plugins #52

Open deathcap opened 8 years ago

deathcap commented 8 years ago

voxel-clientmc registers some of its own blocks, others it gets from other voxel.js plugins. Ideally all or most of the blocks would be provided by other plugins, to allow independent usage. See also: https://github.com/voxel/voxel-land/issues/22 - for the duplicated terrain blocks (dirt, etc. - are also in voxel-land and voxel-clientmc).