dannydjdk / Tiny-Redstone

Forge mod for Minecraft that adds many tiny redstone pieces that you can put together on redstone panels to form tiny redstone circuits.
https://www.curseforge.com/minecraft/mc-mods/tiny-redstone
GNU General Public License v3.0
27 stars 5 forks source link

[bug] Tiny redstone block is not displayed the first time (for placing) #92

Open lublak opened 2 years ago

lublak commented 2 years ago

grafik If a block already exists, it will be rendered, of course. grafik

dannydjdk commented 2 years ago

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.