RedstoneStudio
← All examples

The lamp lights only when both levers are on.

Logic Gate

AND Gate

Built from three torches: each input is inverted, the two results meet on a shared block, and a final torch inverts again. The result — NOT(NOT A OR NOT B) — is only ON when both A and B are ON.

More examples