The Minecraft repeater is a fundamental Redstone component that controls signal direction, strength, and delay. Players use it to stabilize circuits, prevent updates from flowing backward, and create compact logic designs.
Understanding how the repeater works helps builders optimize farms, doors, elevators, and complex machines with reliable timing behavior.
| Property | Default | Adjustable | Impact |
|---|---|---|---|
| Direction | South-facing | Yes, right-click cycle | Controls input and output sides |
| Signal Strength | 15 | Yes, right-click with item | Boosts weak signals to full power |
| Delay | 1 tick (0.1 s) | Yes, right-click toggles 2–4 ticks | Introduces configurable timing |
| Locking | Unlocked | Yes, when powered from side | Prevents output change until side input drops |
How Redstone Repeater Basics Work
A repeater accepts a Redstone signal from one face and outputs a full-strength signal from the opposite face. It removes weak signals caused by distance and can lock when a side torch is powered, enabling memory and gated behavior.
By adjusting the delay with right-click, builders tune when connected components react. Locking, in particular, is essential for compact memory cells and daylight sensors that need hysteresis.
Direction and Signal Flow Control
Each repeater has a fixed direction indicated by its arrow. Signals can only enter through the back and exit through the front, preventing feedback loops when you design logic gates or long lines.
Rotate the repeator with the use button to align it with your wiring path. Proper orientation saves troubleshooting time when signals fail to reach pistons, dispensers, or lamps.
Adjustable Delay and Timing Design
Setting the Right Tick Delay
Each repeater offers 1, 2, 3, or 4 tick delays, shown by torch positions on the top. A single tick is 0.1 seconds, so 4 ticks equal 0.4 seconds of added lag.
Syncing With Moving Parts
When pistons extend and retract, use consistent delays to avoid collisions. Match repeater timing to your door, bridge, or farm mechanism so blocks move in the correct sequence.
Locking Behavior and Memory Applications
Side Input and Inhibition
A repeater can lock its output if it receives power on any side face. While locked, it stays off even when the rear input is strong, which is how daylight sensors stay inactive during daytime.
Building RS Latches and Flip-Flops
Cross-locking two repeaters forms a basic RS latch. Players use this foundation for doors, storage systems, and redstone computers that remember state until manually changed.
Best Practices for Repeater Layouts
- Align repeaters consistently so arrows point toward powered components
- Use 4-tick delays for clear separation in fast piston circuits
- Leverage locking for daylight sensors and storage security doors
- Place repeaters every 15 blocks on long redstone lines
- Test lock behavior with side torches before committing to complex builds
FAQ
Reader questions
Why does my repeater not respond when powered from the side?
If a repeater receives side power while its rear input is active, it locks and blocks output. Disable side power or ensure rear input is off to restore normal behavior.
Can a repeater boost a signal beyond 15 blocks?
No, the repeater outputs maximum strength (15) regardless of incoming signal length. Place repeaters every 15 blocks along long lines to maintain full power.
What happens if I set all repeaters to the same delay in a clock?
Identical delays create simple, steady clocks with uniform intervals. Varying delays introduces rhythm changes useful for timers, animations, or smooth door opening sequences.
How do repeaters interact with observers in a redstone clock?
Observers send a brief pulse when a neighboring block updates, which can trigger repeaters. Use repeaters to regulate clock speed and prevent runaway feedback between observers.