NXOR Gate

NXOR Gate
Stackable
Yes(64)

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 AInput BOutput
001
100
010
111

Configuration

Pin Marks A denote the inputs of the gate. They can be configured to face any direction on right-click.

Parallel XOR Gate
Stackable
Yes(64)

Parallel NXOR Gate

The NXOR Gate also has a Parallel Gate version, which is used in parallel circuit designs. Unlike the standard NXOR Gate, the Parallel Gate version does not allow input configuration because its logic relies on fixed input arrangements.

The Boolean logic table for the Parallel NXOR Gate is as follows:

LeftBackRightOutput
0001
1000
0100
1101
0010
1010
0111
1111

Crafting

Normal NXOR Gate

Parallel NXOR Gate