[bug] Tiny redstone block is not displayed the first time (for placing)
lublak opened this issue ยท 1 comments
lublak commented
If a block already exists, it will be rendered, of course.
dannydjdk commented
The ghost preview is rendered by the block entity. So, until a component or panel is placed, there is no tile entity, and therefore, no ghost render. We'll have to look into another method of rendering to support this. This may get complicated.