ability to print a .obj (with colors) into a minecraft world
Todo
[x] minimal working app
[x] support colors
[x] support colors from .mtl (and nost just voxelizer tool naming convention)
[x] slice obj for parallel construction
[ ] support slicing based on block count to shorten printing duration
[ ] specify block palette ingame
[ ] resume on crash
[ ] better requireItems()
currently doesn't list required items at all, only on demand for exactly 1x block
two options for if number of blocks exceeds inventory space: require in batches (i.e. once on startup, and during printing pause to require next) and/or support requireItems() to stash blocks into shulkers
What
ability to print a .obj (with colors) into a minecraft world
Todo