AND Gate

AND Gate
Stackable
Yes(64)

Overview

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

Boolean Logic Table

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

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

Parallel AND Gate

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

LeftBackRightOutput
0000
1000
0100
1101
0010
1010
0111
1111

Crafting

Normal AND Gate

Parallel AND Gate