What You Need to Build a Redstone Repeater

A redstone repeater is a block that delays a redstone signal by one to four ticks and sends it forward in one direction only. You craft it from three stone blocks, two redstone torches, and one redstone dust. Once placed, you can right-click it to adjust the delay from 1 to 4 ticks—each tick is 0.1 seconds in-game.

The repeater looks like a small rectangular block with two torches on top and a line down the middle. It only transmits signal forward (the direction the torches face when you place it), which makes it useful for controlling timing in redstone circuits and preventing signal feedback loops.

Key Takeaways

  • Craft a redstone repeater using three stone blocks, two redstone torches, and one redstone dust in the exact pattern shown in the crafting table.
  • Place the repeater on the ground or on blocks, and it will face the direction you are looking when you place it.
  • Right-click the repeater to cycle through delay settings from 1 to 4 ticks; the torches move back to show the delay.
  • Signal only travels forward through the repeater, never backward or sideways, which stops feedback loops in redstone circuits.
  • You can place repeaters in a line to extend signal distance or stack them to create longer delays before something activates.

Gathering Your Crafting Materials

You need stone blocks, which you mine from stone with a pickaxe. Any pickaxe works, even a wooden one, but stone drops as cobblestone by default. To get actual stone blocks, smelt the cobblestone in a furnace with any fuel (wood, coal, charcoal). One cobblestone becomes one stone block after smelting.

Redstone dust drops from redstone ore, which spawns deep underground (below Y-level 16 in most versions). Mine it with an iron pickaxe or better; a wooden or stone pickaxe will not drop the dust. One ore block gives you one redstone dust.

Redstone torches are crafted from one redstone dust and one stick. Place the redstone dust on top of the stick in any crafting grid. You need two torches for one repeater, so craft two of these pairs beforehand.

Crafting the Repeater in Your Crafting Table

Open your crafting table and place the materials in this exact pattern: the three stone blocks form the bottom row (left, center, right), the two redstone torches go in the middle row on the left and right sides, and the redstone dust goes in the center of the middle row. The top row stays empty.

The repeater appears in the output slot on the right. Click it to pick it up, and it goes into your inventory. If nothing appears, double-check that you have stone blocks (not cobblestone), actual redstone torches (not regular torches), and that the pattern matches exactly—the torches must be on the sides of the middle row, not in the corners.

Placing Your Repeater and Setting the Delay

Hold the repeater in your hand and right-click on a block where you want to place it. The repeater lands on top of that block and faces the direction you were looking when you clicked. The torches point forward, and that is the direction redstone signal will travel through it.

Right-click the repeater again (without holding anything) to change the delay. Each click cycles the torches backward one position, increasing the delay by one tick. You will see the torches move: at 1 tick they are close together, and at 4 ticks they are spread far apart. The delay resets to 1 tick after you reach 4, so cycle through until you reach the delay you need.

How Signal Flows Through a Repeater

Redstone signal enters the repeater from behind (the side the torches face away from) and exits from the front (the side the torches face toward). If you send signal into the side or back of the repeater, nothing happens—it only accepts input from directly behind. This one-way behavior is what makes repeaters stop feedback loops.

The delay you set determines how many ticks pass before the signal exits. A 1-tick repeater sends the signal out almost when ready; a 4-tick repeater waits four ticks before sending it. This is useful for timing piston doors, controlling when redstone lamps turn on, or spacing out multiple events in sequence.

Common Mistakes and How to Avoid Them

The most frequent error is using cobblestone instead of stone blocks. Cobblestone is the gray block that drops when you mine stone with a pickaxe; stone blocks are the slightly darker blocks you get by smelting cobblestone. The crafting recipe requires actual stone, so if your repeater does not craft, check your inventory for the right material.

Another mistake is placing the repeater facing the wrong direction. The torches always point forward, and signal only enters from behind. If you place it backward, redstone signal will not reach it. You can pick up the repeater and place it again facing the correct direction, or use a repeater facing the wrong way intentionally if you need to block signal from traveling in that direction.

Do not confuse redstone torches with regular torches. Regular torches are made from sticks and coal or charcoal and do not work in the repeater recipe. Redstone torches are made from redstone dust and sticks and glow with a faint red light.

Using Multiple Repeaters in a Circuit

You can chain repeaters together to extend signal distance or create longer delays. Place one repeater's output next to another repeater's input, and the signal travels through both. Each repeater adds its own delay, so two 2-tick repeaters in a row create a 4-tick total delay.

Repeaters also let you split a signal into multiple directions without feedback. Place repeaters facing different directions from the same input source, and each one sends signal only forward, preventing the signal from looping back and causing unwanted behavior in your circuit.

Frequently Asked Questions

Can I use a repeater to send signal backward?

No. Repeaters only transmit signal forward, in the direction the torches face. If you need signal to travel backward, place a new repeater facing that direction instead. This one-way behavior is intentional and prevents feedback loops in redstone circuits.

What is the difference between a repeater and a comparator?

A repeater delays and strengthens signal in one direction. A comparator compares two input signals and outputs based on which is stronger; it can also subtract signals. Comparators are more complex and are used for different purposes. Start with repeaters for basic timing and signal direction control.

Do I need to power a repeater to use it?

No. A repeater is powered by redstone signal coming into it from behind. Once signal reaches the back of the repeater, it automatically delays and sends the signal forward. You do not need to do anything else after placing it.

Can I place a repeater on a wall or ceiling?

Yes. Repeaters can be placed on any solid block surface—the ground, walls, or ceilings. The direction you are facing when you place it determines which way the torches point and which direction signal travels through it.

What happens if I send signal into the side of a repeater?

Nothing. Repeaters only accept input from directly behind (the side opposite the torches). Signal entering from the side or front is ignored. This is why repeaters are useful for controlling signal direction in complex circuits.