Overview
The NXOR Gate (Not Exclusive OR Gate, Exclusive NOR Gate, XNOR) is a Digital Gate that outputs a Redstone signal of 0 if exactly one of its input pins receives a Redstone signal greater than 0. Otherwise, it outputs 15. This logic makes it an essential gate for circuits that rely on inclusive decision-making.
Boolean Logic Table
The XOR Gate operates according to the following Boolean logic table:
Input A | Input B | Output |
---|---|---|
0 | 0 | 1 |
1 | 0 | 0 |
0 | 1 | 0 |
1 | 1 | 1 |
Configuration
Pin Marks A denote the inputs of the gate. They can be configured to face any direction on right-click.