Redstone Signal & Repeater Calculator
Plan long redstone lines fast. Enter your wire distance, repeater delay setting, and optional existing repeaters to see exactly what you need.
What this Minecraft redstone calculator does
This tool helps you design redstone dust lines that stay powered over long distances. In Minecraft, redstone signal strength starts at 15 and drops by 1 for each dust segment. After 15 blocks of dust, the signal runs out unless you refresh it with a repeater.
The calculator gives you:
- Minimum repeaters needed for your wire distance
- Suggested repeater placement positions
- Total delay added by repeaters (in ticks and seconds)
- How many additional repeaters you still need based on what is already placed
Redstone signal basics (quick refresher)
1) Signal strength and distance
A redstone source (lever, button, redstone block, comparator output, etc.) can power dust at strength 15. Each dust tile lowers strength by 1. That means a continuous run of dust can only carry power reliably for up to 15 blocks before needing a refresh.
2) Repeaters refresh power
A repeater takes the incoming signal and outputs full strength again, effectively resetting your range. For long straight lines, place one repeater about every 15 blocks of dust.
3) Repeaters add delay
Every repeater has a configurable delay:
- 1 redstone tick (default)
- 2 redstone ticks
- 3 redstone ticks
- 4 redstone ticks
One redstone tick equals 0.1 seconds (2 game ticks), so total delay can become important in timing circuits.
Formula used by this calculator
For a wire path length D:
- Minimum repeaters = floor((D - 1) / 15)
- Repeater positions = 15, 30, 45, ... (less than D)
- Total redstone delay = minimum repeaters × repeater delay setting
- Total seconds = total redstone delay × 0.1
This model is perfect for standard straight-line dust routing and most practical builds in both Java and Bedrock editions.
Example build scenarios
Automatic farm collection line
Suppose your collection line is 62 blocks long. You will need 4 repeaters minimum. Suggested placements are around blocks 15, 30, 45, and 60, then your final segment reaches the destination cleanly.
Piston door timing line
If you run 31 blocks and use 2-tick repeaters, you need 2 repeaters and add 4 redstone ticks total (0.4 seconds). That can be useful when synchronizing pistons with observer pulses.
Practical redstone design tips
- Use repeaters to prevent weak signal endpoints and random failures.
- For clean aesthetics, hide repeaters under floors and mark test points.
- Keep delay low (1 tick) when speed matters, especially for pulse-sensitive contraptions.
- When building memory circuits or clocks, intentionally use higher delay settings for stable timing.
- Test each segment with lamps before finalizing large survival builds.
FAQ
Does this work for Bedrock and Java?
Yes. Basic dust attenuation and repeater refresh behavior are the same for this use case. Edition differences mainly affect advanced mechanics like quasi-connectivity, not simple line-length calculations.
What if my line turns corners?
Corners are fine. Count total dust length along the path. The signal loss still applies per dust segment.
Can comparators replace repeaters in long lines?
Comparators can pass signals but are usually not the simplest long-line refresh tool. Repeaters are cleaner for distance extension and directional control.
If you want to scale your builds faster, bookmark this minecraft redstone calculator and use it whenever you start a new transport line, farm trigger, sorting system, or piston mechanism.