() xor ()

From PenguinMod Wiki
Jump to navigation Jump to search
() xor ()
...
[[File:|200px]]
Caption
Block Type Boolean Block
Category / Extension Operators Expansion
Status Who tf uses status

The xor block is a boolean block that outputs the xor logic gate. It outputs true if only one value is true, and outputs false if both are false or true. To get this block, one must add the "Operators Expansion" extension.

Workaround

This block can be worked around by checking if the booleans are not equal to each other, or by putting a xnor block in a not block.