Voxelers/mcthings

Document vox2schematic

acs opened this issue · 2 comments

acs commented

A conversion tool that reads a vox file with one model in original or current format and converts it block by block to a Minecraft Schematic file. The vox blocks are converted to wool blocks, and the color of the vox blocks are mapped to one of the 16 possible wools colors.

There is a MagicaVoxel palette with the wool colors. If you use it in your model, the colors in Schematic will be the same.

To install it just execute:

pip install mcthings

To execute it:

vox2schematic model.vox

and a model.schematic file will be created in the same directory.

acs commented

ROADMAP:

  • Support other types of Minecraft blocks, not just wool
  • Support multimodel vox files