Redstone dust points towards flowers visually, but not logically
quat1024 opened this issue ยท 4 comments
Most likely the same thing as #2365 (?)
The problem is it requires a direct signal, like forcing redstone one-way, or using a repeater. The connecting likely has to do with #2365 but the interaction still works, like a piston. Not sure if the piston, redstone is intended.
I remember fixing something similar in GregTech 5 for 1.10, let me go find it...
Here it is.. Two things were causing Redstone to connect: canProvidePower()
always returning True, and canConnectRedstone()
always returning True. I followed the Vanilla rule of "Redstone emitters connect, redstone consumers don't" and changed them to only connect according to which covers are installed on the machine.