Skip to main content
TriggersAdded in 1.11

OBSERVER

Detects block state changes in front of its face and emits a 1-tick pulse from its back. Detects placement, removal, growth, state changes, and more.

Observer sprite

Crafting Recipe

6 Cobblestone + 2 Redstone Dust + 1 Nether Quartz → 1 Observer

How to craft Observer, laid out on Crafting

Signal Behavior

Input

Block state change in front of face

Output

1-tick pulse (signal 15) from back

Max Signal Strength

15

Delay

2 game ticks (1 redstone tick) pulse

Modes

  • Pulse on block update detection

The Observer recipe, laid out one square at a time

Observer comes out of a 3x3 arrangement of 6 Cobblestone, 2 Redstone and 1 Quartz. That is 9 items for a single Observer.

Most of that is Cobblestone: 6 of the 9 squares, so stock up on that before you start on Observer.

Observer laid out on the 3x3 grid

cobblestone in the Observer recipe, row 1 column 1
cobblestone in the Observer recipe, row 1 column 2
cobblestone in the Observer recipe, row 1 column 3
redstone in the Observer recipe, row 2 column 1
redstone in the Observer recipe, row 2 column 2
quartz in the Observer recipe, row 2 column 3
cobblestone in the Observer recipe, row 3 column 1
cobblestone in the Observer recipe, row 3 column 2
cobblestone in the Observer recipe, row 3 column 3
Everything one Observer craft asks for
Part of the Observer recipeHow many squares
Cobblestone iconCobblestone6
Redstone iconRedstone2
Quartz iconQuartz1
Observer the recipe hands back1

Straight from the Observer crafting recipe in Java Edition 26.2.

Start here: what an Observer is and what it does

Detects block state changes in front of its face and emits a 1-tick pulse from its back. Detects placement, removal, growth, state changes, and more.

As a trigger it watches the world for an event and converts that event into a redstone signal. It is the block-update sensor that powers crop-growth detection, BUD switches, and the cycle of every flying machine.

Minecraft 1.11 brought the Observer in. What follows is how it behaves in Java Edition 26.2.

How the Observer reads and answers a redstone signal

What the Observer reads: block state change in front of face. What it gives back: 1-tick pulse (signal 15) from back.

It watches the single block directly in front of its face and emits a 1-redstone-tick (2-game-tick) pulse of signal 15 from its back whenever that block changes state, placed, broken, grown, powered, and so on. It reads only that one front block, never its sides.

Its output is a pulse, not a held signal: 2 game ticks (1 redstone tick) pulse.

The Observer tops out at 15. Count 15 blocks of bare dust away from it and the signal has fallen to nothing at all.

Which of the 1 states the Observer happens to be in changes the answer it gives, so keep track of them: pulse on block update detection.

From nothing to a working Observer

  1. 1Craft the Observer: 6 Cobblestone + 2 Redstone Dust + 1 Nether Quartz → 1 Observer.
  2. 2Place the Observer last of all, once you know exactly where the signal begins and where it has to end, so that its facing comes out right the very first time.
  3. 3Lead the signal it produces into a repeater or dust line so the rest of your contraption can respond to the detected event.
  4. 4Give it one dry run before anything else. If the Observer does not do exactly what the numbers above say it should, the fault is almost always its facing or the block sitting behind it.

Jobs the Observer does well

  • ▸Block update detection
  • ▸Crop growth detection
  • ▸Sugarcane/bamboo farms
  • ▸BUD switches
  • ▸Flying machines

Tips & common mistakes

  • !Only detects block in front of face, not adjacent
  • !Emits from back, not the detecting face
  • !1-tick pulse is very short, may need extension
  • !The output comes from the back face, not the watching face, and the pulse is just 1 tick long, so you often need a repeater to stretch it.

Questions people ask about the Observer

  1. Observer, the icon for this component question

    Where does the Observer earn its place in a redstone build?

    The Observer is most often used for block update detection, crop growth detection, sugarcane/bamboo farms, and BUD switches. As a trigger it watches the world for an event and converts that event into a redstone signal.

  2. Redstone Dust, the icon for this component question

    Does the Observer give a full 15?

    15 is the number to plan around for the Observer. 1-tick pulse (signal 15) from back.

  3. Crafting Table, the icon for this component question

    What is the recipe for an Observer?

    6 Cobblestone + 2 Redstone Dust + 1 Nether Quartz → 1 Observer. It was introduced in 1.11.

  4. Redstone Repeater, the icon for this component question

    How long is the Observer's pulse?

    2 game ticks (1 redstone tick) pulse. Because it is a pulse rather than a held signal, use an extender if you need the output to last longer, or an edge detector if you need exactly one trigger.

  5. Redstone Dust, the icon for this component question

    Which side of an observer outputs the signal?

    The observer outputs its pulse from the back, the face with the small dot, opposite the larger watching face. It detects changes only in the single block directly in front of the watching face and fires a 1-redstone-tick pulse.

Components that connect to Observer

Follow Observer further into the site through these 6 component pages:

Mining Observer: how hard, how bright and how tough

At hardness 3, Observer is a real dig with a pickaxe.

It emits no light of its own, so it will not stop a mob spawning next to it. Observer resists explosions to 3, the same as its hardness, which means TNT clears it.

Block values for Observer in Minecraft Java Edition
ObserverJava Edition value
Observer hardness3
Observer blast resistance3
Fastest tool on Observerpickaxe
Light out of Observer0
Observer materials on ItemsBuilds that use Observer
Return to all 37 redstone components
Observer, a Minecraft redstone component, added in 1.11
Observer in Minecraft. Triggers, added in Minecraft 1.11, maximum signal 15.