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
26 stars 5 forks source link

[bug] rending to block don't get an update #91

Open lublak opened 2 years ago

lublak commented 2 years ago

If i placed the redstone after the redstone on top i don't get rendered.

grafik

the other way around:

grafik

dannydjdk commented 2 years ago

The tiny dust on the top is rendering the connection, so as soon as something causes it to update, it will render it. To fix this, when dusts are placed, they're going to have to update the dusts above them.

FYI: This bug is strictly visual and shouldn't have any affect on behavior.