NOR Gate

NOR Gate
Stackable
Yes(64)

Overview

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

Boolean Logic Table

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

Input AInput BOutput
001
100
010
110

Configuration

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

Parallel NOR Gate
Stackable
Yes(64)

Parallel NOR Gate

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

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

LeftBackRightOutput
0001
1000
0100
1100
0010
1010
0110
1110

Crafting

Normal NOR Gate

Parallel NOR Gate