Redstone is Minecraft's wiring system for building machines and automating tasks
Redstone is a mineral you mine from stone blocks deep underground that acts like electrical wire in Minecraft. When you place redstone dust on the ground, it forms a visible trail that carries a signal from a power source (like a lever or button) to a target block (like a door or piston). The signal travels up to 15 blocks away before it dies out, so you need repeaters to extend it further. Redstone lets you build everything from straightforward door locks to complex sorting systems.
You do not need redstone to play Minecraft, but it opens up automation — machines that do work for you without clicking repeatedly. A redstone circuit can open a door when you flip a lever, light lamps on a timer, or sort items into chests automatically. Learning redstone takes practice, but the basics are straightforward: place dust, add a power source, connect it to a target, and test.
Key Takeaways
- Redstone dust carries signals from power sources like levers and buttons to target blocks like pistons and doors, but only travels 15 blocks before fading.
- Repeaters extend redstone signals beyond 15 blocks and can add delay to a circuit, which is useful for timing machines.
- Pistons push or pull blocks when powered, making them the foundation of moving doors, elevators, and sorting systems.
- Comparators read the contents of containers and chests, letting you build systems that react to how full a storage is.
- Most redstone machines start straightforward — a lever powering a door — and grow more complex as you add repeaters, logic gates, and timing.
Mining and finding redstone ore
Redstone ore spawns in stone below Y-level 16 (you can see your Y-level in the debug screen by pressing F3). It appears as red speckles in gray stone. You need an iron pickaxe or better to mine it; a wooden or stone pickaxe will not break it. When you mine redstone ore, it drops redstone dust — the actual material you place and use.
You can also find redstone dust in the Nether, in ancient cities in the Deep Dark, and as loot in various structures. If you want redstone without mining, craft it: place one redstone dust in a crafting grid and it stays as one dust, but you can also smelt redstone ore in a furnace to get dust. For early-game redstone, mining a few ore blocks gives you enough dust to build straightforward circuits.
Placing redstone dust and understanding signal strength
Right-click on a block to place redstone dust on top of it. The dust forms a line and glows faintly when powered. A powered redstone line looks brighter and more saturated than unpowered dust. The signal strength starts at 15 when it leaves a power source and drops by 1 for each block of dust it travels through. At strength 0, the signal stops — it will not power anything beyond that point.
This is why repeaters matter: they reset the signal back to 15. Without repeaters, you can only run redstone 15 blocks. If you need to power something 30 blocks away, place a repeater at block 15, and it will send a fresh signal for another 15 blocks. Repeaters also add a small delay (you can adjust it by right-clicking the repeater), which is essential for timing machines like automatic doors or mob farms.
Power sources: levers, buttons, and pressure plates
A lever is the simplest power source. Place it on any block, and right-click to toggle it on and off. When on, it powers redstone dust touching it. A lever stays in whatever state you left it, so it is good for doors you want to keep open or closed.
A button powers redstone for only a moment when you click it — about one second for a wood button, half a second for a stone button. Buttons are useful for one-time actions like opening a door briefly or triggering a piston to push you up a wall.
Pressure plates power redstone when something stands on them — a player, mob, or item. Wooden pressure plates detect players and mobs; stone plates detect only mobs. Weighted pressure plates detect items and mobs and output a signal strength based on how many items are on them. Pressure plates are the foundation of automatic doors and mob detection systems.
Pistons and moving blocks
Pistons are blocks that push or pull other blocks when powered by redstone. A regular piston pushes blocks away from it; a sticky piston pulls one block back when unpowered. Pistons cannot move certain blocks like obsidian, bedrock, or other pistons. When a piston extends, it moves the block in front of it one space; when it retracts, a sticky piston pulls that block back.
Pistons are the core of moving doors, elevators, and hidden staircases. A straightforward piston door: place a piston facing a wooden door, run redstone dust to it, and connect a lever. Flip the lever and the piston pushes the door open. For a 2x2 door, use two pistons side by side. Pistons are also used in farms and sorting systems because they can move items and blocks on command.
Repeaters and comparators for timing and logic
A repeater extends redstone signals and adds delay. Place it in the redstone line, and it will pass the signal forward. Right-click a repeater to see four delay settings (shown as dots on top) — the more dots, the longer the delay. A repeater with one dot adds a tiny delay; four dots add a full second. Repeaters are essential for machines that need timing, like automatic chicken cookers or door locks that close after a few seconds.
A comparator reads the contents of containers like chests, furnaces, and hoppers. It outputs a signal strength based on how full the container is. If a chest is half full, the comparator outputs signal strength 8 (half of 15). Comparators are used in sorting systems: if a chest is full, the comparator sends a signal to redirect items to another chest. Comparators also work in subtraction mode (right-click to toggle), where they compare two input signals and output the difference.
Building a straightforward redstone door
Start with a wooden door. Place it in a doorway or against a wall. Next to the door, place a piston facing the door. Run redstone dust from the piston back a few blocks, then place a lever at the end of the dust line. Right-click the lever to power it. The piston should extend and push the door open. Click the lever again and the piston retracts, pulling the door closed (if you used a sticky piston).
To make it automatic, replace the lever with a pressure plate. Place the pressure plate in front of the door. When you stand on it, the piston opens the door. Step off and it closes. For a door that closes after a few seconds, add a repeater between the pressure plate and piston, set to maximum delay (four dots). This gives you time to walk through before it shuts.
Frequently Asked Questions
How far does redstone signal travel?
Redstone dust carries a signal 15 blocks from a power source before it fades completely. To extend it further, place a repeater at block 15 — the repeater resets the signal to full strength and sends it another 15 blocks. You can chain repeaters as many times as you need.
Can I use redstone on the ground and on walls?
Yes. Redstone dust can be placed on top of blocks, on the sides of blocks, and on the ground. It automatically connects to adjacent dust and power sources, so you can run it vertically up a wall or horizontally across a floor. The signal travels the same way regardless of direction.
What blocks can pistons not move?
Pistons cannot move bedrock, obsidian, crying obsidian, reinforced deepslate, other pistons, or blocks with tile entities like chests and furnaces. Most other blocks can be pushed or pulled, including dirt, stone, wood, and glass.
Do I need mods to use redstone?
No. Redstone is built into vanilla Minecraft on PC. You do not need mods or resource packs to use it, though some players use mods to add more redstone components or make building easier.
What is the difference between a repeater and a comparator?
A repeater extends signals and adds delay; it does not read containers. A comparator reads how full a container is and outputs a signal based on that. Comparators are more complex but necessary for sorting systems and storage monitoring.