Skip to content

NAND Gate

Joseph Bettendorff edited this page Aug 1, 2024 · 4 revisions

The NAND Gate is a block that outputs maximum-strength redstone power from its output side unless all three of its input sides are receiving redstone power.

NAND Gate

Contents
  1. Obtaining
    1. Crafting Recipe
  2. Usage
  3. Data
  4. History

Obtaining

Crafting Recipe

Recipe Type Ingredients Output Example
Shaped Crafting 1x NAND Gate Shaped Crafting Recipe for NAND Gates
Soldering 1x NAND Gate Soldering Recipe for NAND Gates

Usage

The NAND Gate can be placed in 24 different orientations, on floors, walls, and ceilings.

When placing the block, the flat side will be placed against the face clicked by the player, and the output side will point to the edge of the clicked face nearest to where the player clicked. A transparent preview is rendered to assist with orienting the block; this can be disabled in the Client Config if this is undesired.

A preview of an NAND Gate about to be placed against a wall with the output facing up

While all three input sides of the NAND Gate are receiving redstone power, the NAND gate emits no power. Otherwise, it emits a maximum-strength redstone signal from its output side.

NAND Gates in all eight input combinations

Data

Block Block/Item ID Localization Key
NAND Gate morered:nand_gate block.morered.nand_gate
Block Properties Value
Map Color Stone
Blocks Movement Yes
Flammable No
Liquid No
Opaque No
Replaceable No
Solid No
Blast Resistance 0
Hardness 0
Light Output 0
Tool Required No
Flammable No
Piston Reaction Pushable
Render Type Cutout
Item Properties Value
Stack Limit 64
Blockstate Properties Values
facing {"down", "up", "north", "south", "west", "east"}
rotation [0,3]
input_a {false, true}
input_b {false, true}
input_c {false, true}
  • The Input A, B, and C properties indicate whether the block is receiving power from the input sides located 90, 180, and 270 degrees from the output side while looking at the top of the block, respectively.
Block Tags
None
Item Tags
None
Tint Index Tint Value
1+ See Logic Plate Tintindexes

History

Version Changelog
1.16.3-2.0.0.0 More Red recipes now use tag ingredients instead of specific items in more places
1.0.0.0 Added to game
Clone this wiki locally