Buffer in redstone

A repeater sitting in a dust line. Refreshes the signal so it can travel further. Footprint 1 wide × 4 deep × 2 tall. Build it block by block in Minecraft.

How to build it

The photo reads bottom-to-top:

  1. Place a lever at the bottom as input A.
  2. Run redstone dust up to a solid block.
  3. Set a redstone repeater on top of that block, pointing toward the output. You'll see it as a short flat tile with a small torch mark on its side.
  4. Put another solid block on top of the repeater output so the signal continues upward.
  5. Run dust across the top of that block to the output consumer — a note block in the photo.

Why it works

A repeater acts as a one-way valve and a signal amplifier:

Because redstone dust loses one level per block and dies after 15, anything longer than ~10 blocks benefits from a repeater somewhere along the way. "Buffer" is the digital-logic name for this refresh role.

Gotchas