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

Blocks not getting updated after removing circuit #98

Closed Pentasis closed 2 years ago

Pentasis commented 2 years ago

I am uncertain if this is a bug, or even if it is related to your mod. But I noticed "residual" redstone signals around places I had previously placed circuits. Then yesterday I came across the situation below which visualized it. Screenshot (70) Screenshot (71) Screenshot (72) i.e. after removing the circuit the lamps around the previously powered one don't update. Apologies if posted in the wrong place.

dannydjdk commented 2 years ago

Thanks for reporting this! I'd like to call this a vanilla bug, but if you do the same thing with vanilla redstone, it works as expected. It's just a vanilla oddity that "quasi-connected" neighbors blocks don't get updated when a block's redstone signal changes. Somehow, I need to force each neighbor to update its neighbors when the block entity is broken.

dannydjdk commented 2 years ago

Now fixed in all MC versions, including the new 1.19 version.