OR Gate

OR Gate
Stackable
Yes(64)

Overview

The OR Gate is a Digital Gate that outputs a Redstone signal of 15 if at least one of its input pins receives a Redstone signal greater than 0. Otherwise, it outputs 0. The OR Gate is a fundamental logic gate in digital circuits, widely used for decision-making processes.

Boolean Logic Table

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

Input AInput BOutput
000
101
011
111

Configuration

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

Parallel OR Gate
Stackable
Yes(64)

Parallel OR Gate

The OR Gate also has a Parallel Gate version, which is used in parallel circuit designs. Unlike the standard OR Gate, the Parallel Gate version does not allow input configuration because its logic relies on fixed input arrangements. The Parallel OR Gate can be treated as a 3-input OR.

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

LeftBackRightOutput
0000
1001
0101
1101
0011
1011
0111
1111

Crafting

Normal OR Gate

Parallel OR Gate