XOR Gate

XOR Gate
Stackable
Yes(64)

Overview

The XOR Gate (Exclusive OR Gate) is a Digital Gate that outputs a Redstone signal of 15 if exactly one of its input pins receives a Redstone signal greater than 0. Otherwise, it outputs 0. This logic makes it an essential gate for circuits that rely on exclusive decision-making.

Boolean Logic Table

The XOR Gate operates according to the following Boolean logic table:

Input AInput BOutput
000
101
011
110

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 XOR Gate

The XOR Gate also has a Parallel Gate version, which is used in parallel circuit designs. Unlike the standard XOR 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 XOR Gate is as follows:

LeftBackRightOutput
0000
1001
0101
1100
0011
1011
0110
1110

Crafting

Normal XOR Gate

Parallel XOR Gate