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 A | Input B | Output |
---|---|---|
0 | 0 | 1 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 0 |
Configuration
Pin Marks A denote the inputs of the gate. They can be configured to face any direction on right-click.