Feature request: View multiblock layer by layer
AlbertoRota opened this issue ยท 1 comments
Description:
In order to ease the process of building a complex multiblock (Houses, mob farms, etc.) the ability to render one layer at a time will be helpful.
This way, the player can focus on each layer without getting distracted or confused by the other layers.
Current behavior:
For all multi-blocks, a ghost image with all its blocks is rendered to help the player.
Multiblock completion is tracked across all layers.
This is PERFECT for simple multi-blocks, but confusing for the complex ones.
Desired behavior:
Have a flag (complex, layered, layerByLayer or something similar) that, when set to true, will alter the current behavior to show only the ghost image of the bottom-most layer, and to track competition of only that layer.
Once that layer is fully done, add the next one, and repeat until finished.