mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-08-06 18:38:53 +00:00
We now forcibly update all redstone inputs/outputs when the relay is first placed. It's not entirely clear to me if this is the right solution. The alternative one would be to persist the redstone state instead. However, most peripherals do *not* do this (e.g. monitor, speaker), so let's match that for now. Fixes #2175.