Jump to content

Logic NAND Gate

From Survivalcraft Wiki

<infobox> <title source="name"><default>Logic NAND Gate</default></title>

<image source="image"></image> <label>ID</label> <group> <header>General Attributes:</header> <label>Is Stackable</label> <label>Is Flammable</label> <label>Fuel Value</label> <label>Is Edible</label> <label>Food Type</label> <label>Nutritional Value</label> <label>Emitted Light Amount</label> <label>Sleep Suitability</label> <label>Fire Duration</label> </group> <group> <header>Physics:</header> <label>Light Attenuation</label> <label>Explosive Power</label> <label>Explosion Resilience</label> <label>Projectile Resilience</label> <label>Density</label> <label>Is Fluid Blocker</label> <label>Projectile Stick Probability</label> </group> <group> <header>Tool-related Attributes:</header> <label>Digging Method</label> <label>Required Tool Level</label> <label>Digging Resilience</label> <label>Impact on Average Tool Longevity</label> </group> <navigation>Block and Item Infobox Explanation</navigation> </infobox>

Description (From Recipaedia)

Logic NAND gate. Has two inputs on the sides and one output. The output is 0 when both inputs are 1, otherwise it is 1. Can be placed on any surface and rotated to desired orientation.


Crafting

Requires 4 germanium crystals and 3 copper ingots. You get 4 NAND gates.

Hooking It Up

Connections

This is a standard AND gate with a built-in NOT gate after it. See those pages for more information. This arrangement allows for more compact circuits.


Notes

  • NAND gates are primarily digital devices but will operate on analog signals. It performs a bitwise NAND. This allows for more compact and interesting circuit designs. See Using Analog Signals.