The toggle feature of the Comparator block is not working. I have tested any direction, the signal strength of the output is always the same as the strength of the input. It doesn't subtract either.
The one-clock in the wkbde.png image seems to work, though.
Linked issues
is duplicated by 2
Attachments
Comments 16
Toggled state is now "subtraction" mode. In this mode, O=A-B. You're giving or A but no B, and A-0 == A.
For me it doesn't subtract either. I have input A which is 14 and input B which is 12. The output is always 14 even when I toggle the comparator. It should be 2 when the comparator is toggled (subtracted: Output = A - B)
Ah, I exchanged B and A. So it's like an analogue inverter. It would be nice if you didn't need a repeater and could use different values for B.
You can use whatever value for B you want. Use a comparator instead of a repeater so that you keep the signal.
So toggling the torch only affects the output if another comparator points at the comparator? That doesn't seem to be very intuitive. Redstone stuff is complicated enough already. Why does the B signal need a comparator there? Why can't you just point redstone dust at it which has different signal strengths on it's own?
Toggling does not increase signal on comparator.