2xsaiko / rswires

Redstone wires
MIT License
5 stars 6 forks source link

redstone comparator problem #2

Open kl486134862 opened 4 years ago

kl486134862 commented 4 years ago

All the wires do not affect from the comparator, also the redstones do not continue the wires signal. 2020-08-04_19 43 36 2020-08-04_19 44 07 2020-08-04_19 44 35 2020-08-04_19 44 58 Because I'm building a Minecraft Redstone item storage system, it not working at all. I want to separate the Redstone, but the signal keep continue output.

2xsaiko commented 4 years ago

The Red Alloy Wires (and other rswires wires) do not take input from redstone wires intentionally due to it otherwise leading to connected wires stuck in the on state once powered (redstone wire powers red alloy wire, which then powers the same redstone wire again) It was either that or not having Redstone wires take power from Red Alloy Wires

I know it's undesirable but very difficult to fix