Repeaters facing out of solid blocks don't update when those blocks are powered/unpowered until the repeater gets a block update
TheDeviantCrafter opened this issue ยท 2 comments
If anyone encounters this issue on 1.12, I have added a backported fix to the Sledgehammer patch mod (versions 2.0.16 and newer). Please note that this is obviously not an official fix and wouldn't receive support from Project Red developers.
Fixed with 4134ea2
For clarification, the bug was Project Red gates pulling weak signals of neighbors (which means it was using double-weak signals). As pictured above, that lever should not be effecting the gate at all, vanilla repeater or otherwise. That lever strongly powers the block below, so only blocks touching that strongly powered grass block should react.
The stone block is only weakly powered in this case, which means the stone block itself may react to the signal if it would like, but neighbors of said stone block should not. ProjectRed gates were in fact, checking for weak signals to neighbors, instead of checking for strong signals to its neighbors. And because the lever does not send a block update all the way to the gate (which is neighbor of neighbor), the gate only reacts after a forced block update.