Skip to main content
← All Guides
Redstone · Lighting · 1.21

How to Use Copper Bulbs

The copper bulb is a 1.21 light with a brain. One redstone pulse toggles it on or off and it holds that state, so a single block does the job of a whole memory circuit.

button
copper bulb
STATEOFFON
INPUTpulse!idle
↑ still lit with no power = it remembers
Light dims as it oxidises (wax to lock a stage)
15copper
12exposed
8weathered
4oxidised
WAXlocks it
One redstone pulse toggles a copper bulb on or off and it stays that way, no constant power needed. That makes it a one-block memory cell.

Copper bulb vs redstone lamp

They look similar, but only one of them remembers.

Copper bulb

One pulse toggles it and it stays, on or off, with no further power. It is a light and a memory cell in one block.

Redstone lamp

Only glows while it is powered. Cut the signal and it goes dark, so it cannot remember anything on its own.

Why builders love it

Memory in one block

A pulse flips it and it stays. That is a T-flip-flop you would normally need several blocks to build, packed into a single light.

Readable state

Put a comparator on a copper bulb and it outputs whether the bulb is on or off, so other redstone can read its memory.

Dims as it ages

Each oxidation stage drops the light level (15, 12, 8, 4). Wax it with a honeycomb to lock the look and brightness you want.

Quick answers

What does a copper bulb do?
It is a light block that also stores redstone state. A single redstone pulse toggles it on or off, and it keeps that state with no further power. A comparator can read whether it is on.
How is a copper bulb different from a redstone lamp?
A redstone lamp only glows while it is being powered the whole time. A copper bulb flips with one pulse and holds, so it doubles as a memory cell instead of needing a constant signal.
Why does my copper bulb get dimmer?
Like all copper it oxidises through four stages, and each stage emits less light: 15, then 12, then 8, then 4. It is not broken, just weathering.
How do you stop a copper bulb oxidising?
Right-click it with a honeycomb to wax it. Waxing freezes the current oxidation stage, locking both its colour and its brightness.
Can a copper bulb act as redstone memory?
Yes. Because it holds its on or off state between pulses and outputs that state to a comparator, a single copper bulb works as a compact toggle or memory cell.
When were copper bulbs added?
In the 1.21 Tricky Trials update, alongside trial chambers and the other copper and tuff building blocks.
Database →
Copper bulb & copper
Look up the copper bulb and the rest of the copper family.
Guide →
Use a redstone torch
The classic way to build latches before copper bulbs existed.