NAND Gate

NAND Gate
Stackable
Yes(64)

Overview

The AND Gate is a Digital Gate that outputs a Redstone signal of 0 if both input pins receive a Redstone signal greater than 0. Otherwise, it outputs 15. This makes the NAND Gate one of the simplest and most widely used gates in digital logic. Any Digital Gate can be made just with NAND gates.

Boolean Logic Table

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

Input AInput BOutput
001
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 NAND Gate
Stackable
Yes(64)

Parallel NAND Gate

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

LeftBackRightOutput
0001
1001
0101
1100
0011
1011
0110
1110

Crafting

Normal NAND Gate

Parallel NAND Gate