Redstone is the single most powerful system in Minecraft. Everything else in the game has a ceiling — you can only dig so deep, build so high, or gather so many resources. Redstone has no ceiling. People have built fully functional computers inside Minecraft using nothing but redstone components. Others have automated entire resource economies so that chests fill themselves while they’re offline. Even at the beginner level, understanding redstone transforms your base from a static building into a living, breathing machine.
If redstone has felt intimidating so far — the circuits not firing, the torches behaving unexpectedly, signals dying halfway to their destination — this guide will fix that. Everything follows strict, consistent rules. Once you understand the logic, you’ll be able to read and troubleshoot circuits you’ve never built before, not just copy them blindly from tutorials.
This guide covers the complete foundation: what redstone is, how signals work, every major component explained, logic gates, essential circuits, and the real builds that matter in survival gameplay. Updated for 2026.

What Is Redstone?
Redstone is Minecraft’s electricity system. It’s a material found deep underground that, when mined, produces Redstone Dust — the core ingredient for building circuits. When placed on the ground, redstone dust conducts a signal from a power source to a device that responds to it.
Think of it in three parts. Every redstone contraption needs all three:
- A power source — something that generates a signal (a lever, button, pressure plate, redstone torch, etc.)
- A wire — redstone dust carrying that signal from point A to point B
- A device — something that responds when the signal arrives (a door, piston, lamp, dispenser, etc.)
Miss any one of the three and nothing happens. This mental model alone solves about half of all beginner troubleshooting problems.
Signal Strength: The Foundation of Everything
Redstone signals run on a scale from 0 to 15. Signal strength 0 means the circuit is off — nothing happens. Any signal above 0 means the circuit is on.
Here’s what most beginner guides skip: signal strength doesn’t change how mechanisms behave. A piston extends exactly the same way at signal strength 1 as it does at signal strength 15. The only thing that matters for most devices is whether any signal is present at all — on or off.
The one important exception is the comparator, which reads and outputs specific signal strength values. More on that shortly.
How Signals Travel Through Dust
Redstone dust is your wire. Every block of dust the signal travels through drops its strength by 1. A signal starts at 15 and, after 15 blocks of dust, hits zero and dies completely.
This means every 15 blocks of redstone wire needs a repeater to refresh the signal back to full strength. Long circuits that mysteriously stop working almost always have this problem — the signal ran out before reaching its destination.
Visual tip: look at the brightness of your redstone dust. Dust glows brighter at high signal strength and dims as the signal weakens. If the dust near your mechanism looks dark and dim, you’ve lost your signal — place a repeater.
How to Get Redstone
Redstone ore spawns deep underground, most commonly between Y-levels -64 and 16, with the highest concentrations around Y-16. Mine it with an iron pickaxe or better (stone won’t work) to get 4–5 redstone dust per ore block. Fortune III on a pickaxe significantly increases the yield. Redstone can also be bought cheaply from Cleric villagers and occasionally drops from Witches when killed.
Every Redstone Component Explained
Power Sources: What Generates Signals

Redstone Torch The most fundamental power source. A redstone torch outputs a constant signal of strength 15 to adjacent dust and to the block directly above it. It does not power the block it’s mounted on. The critical property that makes it so useful: when the block a torch is attached to receives power, the torch turns off. This signal inversion is the basis of the NOT gate and many of redstone’s most clever tricks.

Redstone Block A solid block of compressed redstone dust that outputs signal strength 15 from all six sides at all times. Unlike a torch, it never turns off on its own, can be moved by pistons, and doesn’t attach to a surface. This mobility makes it essential for flying machines, toggles, and movable power sources.
Lever A toggle switch. Levers stay in whatever position you put them — on or off. They output a signal when flipped on and cut it when flipped off. The most reliable power source for things you want permanently controllable, like hidden doors or lighting systems.
Button (Stone and Wood) Buttons send a brief pulse of signal when pressed. A stone button pulses for 10 game ticks (1 second). A wooden button pulses for 15 game ticks (1.5 seconds). After that, they release. Wooden buttons can also be triggered by arrows hitting them. Buttons are ideal for one-time triggers — opening a door briefly, firing a dispenser once, or sending a single pulse into a circuit.
Pressure Plate (Wood, Stone, and Weighted) Pressure plates send a signal when something stands on them. Wood plates activate for any entity (players, mobs, items dropped on the ground). Stone plates activate only for players and mobs, not items. Weighted pressure plates (gold = light, iron = heavy) output variable signal strength based on how many items/entities are on them — making them one of the few inputs that outputs analog signal strength rather than just on/off.
Tripwire Hook Tripwire hooks connected by string across a gap create a tripwire. When any entity walks through and breaks the string, the hooks send a signal. Useful for mob detection across wider areas than pressure plates cover.
Observer The observer watches the block directly in front of its “eye” face. When that block changes state in any way — a crop growing, a block being placed or broken, a piston extending, a door opening — the observer fires a brief 2-game-tick pulse from the red dot on its back side. Observers are the backbone of automated farms and block-change detection systems. The most common beginner mistake with observers: placing them backwards. The eye face watches; the red dot face outputs.
Daylight Sensor Outputs a signal based on the sky light level. In normal mode, signal increases during the day and drops to zero at night. Right-click to flip it into inverted mode, which outputs during nighttime instead. Useful for automatic lighting systems that turn on at dusk. Can also be used as a very long-period clock synchronized to the actual in-game day cycle.

Transmission Components: Moving Signals Around
Redstone Dust Your wire. Place it flat on solid, opaque blocks. Dust connects automatically to adjacent dust, component faces, and surfaces one block up or down on the same straight path — it does not connect diagonally, and it doesn’t connect around corners. Route your wire in straight lines or deliberate staircases.
One subtlety: dust placed in a cross-pattern (branching in multiple directions) will try to connect in all directions it can reach. Use this to branch a signal to multiple destinations, or use solid blocks to intentionally block unwanted connections.
Redstone Repeater The repeater does three things, all of them essential:
- Amplifies the signal — any signal in, full strength 15 out. Place one every 15 blocks on long wire runs.
- Introduces delay — right-click to cycle through four delay settings: 1, 2, 3, or 4 redstone ticks (0.1, 0.2, 0.3, or 0.4 seconds). This lets you control timing precisely.
- Locks signals — when a repeater receives a signal from its side, it locks its current output state and ignores further changes. This lock behavior is the basis of several memory circuits.
Repeaters are one-directional — signal only flows from the back (the short peg side) to the front (the tall peg side). If your repeater isn’t doing anything, you likely have it facing the wrong way.
Redstone Comparator The comparator is the most misunderstood component in the game, but mastering it unlocks huge amounts of redstone capability. It has three inputs (back and two sides) and one output (front), and two modes toggled by right-clicking:
Compare mode (default, front torch off): The output matches the rear input strength, but only if the rear signal is stronger than both side inputs. If either side signal equals or exceeds the rear, the output turns off.
Subtract mode (front torch lit): The output equals the rear signal strength minus the strongest side input. If the side is stronger than the rear, the output is zero (no negative redstone signals).
The comparator’s most practical feature in survival: it can read the fullness of containers. Point a comparator into the back of a chest, hopper, furnace, barrel, or any other container and it outputs a signal proportional to how full that container is. Empty = signal 0. Full = signal 15. This is what powers item sorters, inventory indicators, and automated smelting systems.
Mechanisms: Things That Respond to Signals
Iron Door and Trapdoor Unlike wooden doors (which players can open by hand), iron doors and trapdoors require a redstone signal to open. This makes them ideal for automated entrances controlled by pressure plates, buttons, or levers.
Piston A standard piston extends one block in the direction it faces when powered, pushing up to 12 blocks in a chain. When unpowered, it retracts — but it doesn’t pull the block back. It just leaves whatever it pushed where it landed.
Sticky Piston A piston with a slimeball on its face (crafted: piston + slimeball). The sticky piston pushes exactly like a regular piston, but when it retracts, it pulls the block on its face back with it. This is what you need for doors, toggles, and anything that needs to return to its original position. Neither type can push obsidian, bedrock, end portal frames, or more than 12 blocks.
Dispenser A block that, when powered, shoots or dispenses the item in its top inventory slot. Arrows fly as projectiles, water buckets place water, potions splash, and most items are simply thrown out. Dispensers cycle through their 9 inventory slots in order.
Dropper Similar to a dispenser but simpler — it drops items as entities rather than using them. Droppers are core components in item transportation and sorting systems, usually working alongside hoppers.
Hopper The hopper constantly pulls items from the container above it and pushes items into the container in front of it. Hoppers run at 2.5 items per second by default. You can disable a hopper by powering it with a redstone signal — it stops moving items while powered. Hoppers are the foundation of virtually every automated farm, item sorter, and storage system in the game.
Crafter (1.21 — Automated Manufacturing) The Crafter is one of the most significant redstone additions in years, introduced in the 1.21 Tricky Trials update. It contains a 3×3 crafting grid that accepts items from hoppers and droppers. When it receives a redstone pulse, it waits 4 game ticks then crafts one item from whatever is in the grid and ejects the result from its front face into any adjacent container.
The key setup mechanic: individual slots in the Crafter’s grid can be disabled by clicking on them when empty. Disabled slots refuse to accept items from hoppers, which lets you enforce a specific recipe layout automatically. For a sword recipe, for example, you’d disable every slot except the two that hold sticks and iron — the hopper fills only the active slots, and the grid stays in the correct pattern indefinitely.
Comparator interaction: a comparator reading a Crafter outputs a signal strength equal to the number of slots that are either disabled or currently holding an item. A fully configured Crafter with a 3-ingredient recipe (say, 3 active slots all filled) outputs signal 3 + however many disabled slots you have. This is what makes smart auto-crafting circuits possible — you can wire a comparator to only fire a crafting pulse when all the active ingredient slots are filled, preventing wasted crafts. A full crafter with all 9 slots either disabled or occupied outputs signal 9. A comparator circuit that only triggers at 9 ensures the Crafter fires only when completely ready.
Practical chain: hopper feeds ingredients into Crafter → comparator detects when all active slots are filled → circuit sends a pulse to the Crafter → crafted item ejects into output hopper → chest collects the result. This turns any resource farm into a complete item factory with no player interaction.
Copper Bulb (1.21 — Toggleable Light Source) The Copper Bulb is a light-emitting block that, unlike a redstone lamp, does not require continuous power to stay lit. Instead, it toggles — send it a redstone pulse and it turns on; send another pulse and it turns off. It holds its state between pulses indefinitely. Copper Bulbs come in four oxidation stages (normal, exposed, weathered, oxidized), with light levels of 15, 12, 8, and 4 respectively. Wax them with honeycomb to lock the oxidation stage permanently.
A comparator reading a lit Copper Bulb outputs signal strength 15. A comparator reading an unlit Copper Bulb outputs nothing. This comparator + Copper Bulb combination functions as a compact T flip-flop (see the Essential Circuits section below for the full explanation).
Redstone Lamp A glowstone-equivalent block that emits light only when powered by a redstone signal. Useful for lighting systems, indicator lights for circuits, and decorative redstone displays.
Note Block Plays a musical note when powered by a brief pulse. The pitch depends on right-click inputs (24 pitches available). The sound depends on the block underneath it — wood gives bass guitar, stone gives bass drum, gold gives bells, glass gives guitar, and so on. Note blocks power entire in-game music machines.
TNT TNT detonates when powered by a redstone signal. Used in mining cannons, traps, and (carefully) automated quarrying systems.
Redstone Ticks: Understanding Timing
Minecraft runs at 20 game ticks per second. Redstone specifically operates at 10 redstone ticks per second — each redstone tick is 2 game ticks, or 0.1 seconds.
Every component you add to a circuit introduces at least 1 redstone tick of delay. A repeater set to its minimum adds 1 tick; set to maximum, 4 ticks. A comparator adds 1 tick. Redstone dust itself adds no tick delay — signals flow through dust instantaneously (within the same tick).
Understanding ticks matters once you go beyond simple on/off circuits. Timing issues — where two pistons need to move in sequence, or a door opens before the lock disengages — are nearly always tick problems. Repeaters are your timing tool: add them to delay one part of a circuit relative to another.

Logic Gates: The Building Blocks of Complex Circuits
Logic gates are small, reusable circuit patterns that take inputs and produce outputs following a specific rule. Every complex redstone machine is ultimately just combinations of these gates. Here are the essential ones:
NOT Gate (Inverter)
What it does: Output is the opposite of the input. Input ON → Output OFF. Input OFF → Output ON.
How to build it: A redstone torch attached to a block, with the input signal powering that block and the output taken from above or adjacent to the torch. When the block is powered, the torch extinguishes.
When to use it: Whenever you need something to be active by default and turn off when triggered — pistons that retract on command, lights that turn off when you enter a room, or any inverted logic.
OR Gate
What it does: Output is ON if any input is ON. Output is OFF only when all inputs are OFF.
How to build it: Connect two or more redstone dust paths to the same output block. Any powered input path reaching that block will activate it.
When to use it: Multiple entrances to the same door, any situation where several different triggers should all do the same thing.
AND Gate
What it does: Output is ON only when all inputs are ON simultaneously. If any input is OFF, the output is OFF.
How to build it: Two inputs each run through their own redstone torch (making them inverted). Both inverted signals feed into a block, and a third torch inverts the combined result back. Output is only ON when both torches (from the first layer) are extinguished — meaning both inputs are powered.
When to use it: Two-key locks, security systems where multiple conditions must all be true, machinery that should only activate when everything is ready.
NAND Gate
What it does: Opposite of AND. Output is OFF only when all inputs are ON. Otherwise, output is ON.
How to build it: AND gate without the final inverting torch. The output of the two-torch middle layer is the NAND output.
When to use it: Useful for traps or safety systems that stay active unless all conditions are simultaneously met.
NOR Gate
What it does: Opposite of OR. Output is ON only when all inputs are OFF. Any active input turns the output off.
How to build it: Both inputs connect to a single block, which a torch sits on. The output comes from the torch. Either input powers the block and extinguishes the torch.
When to use it: Used inside RS latches (memory circuits) and as the basis of more complex logic.
XOR Gate (Exclusive OR)
What it does: Output is ON when exactly one input is ON. Output is OFF when both are ON or both are OFF.
How to build it: More complex than OR or AND — typically built using a combination of torches and comparators. The comparator subtraction method is the most compact in modern builds.
When to use it: Two-way light switches (the light toggles whether you flip switch A or B independently), and advanced logic comparisons.
Essential Circuits Every Player Should Know

The Repeater Clock (Basic Oscillator)
A clock circuit sends a repeating on/off signal — the heartbeat of any automated machine. The simplest redstone clock: loop two repeaters facing each other with redstone dust connecting them, then introduce a brief signal to start the oscillation. The clock runs at whatever speed the repeater delays are set to.
Period formula: Total redstone ticks in the loop × 0.1 seconds = one full on/off cycle.
A 5-repeater loop at 2-tick delay each = 1 second per full cycle. The clock runs indefinitely until the chunk unloads or the circuit is broken.
A faster, simpler alternative: A single redstone torch attached to a block, with dust looping back onto that block. The torch fires, powers the block, turns itself off, releases the block, turns back on — rapidly. This is called a torch clock and runs very fast (around 2-tick cycles). Too fast for most applications, but useful to know.

The Hopper Clock (Adjustable Timer)
The hopper clock is the most practical timer in survival Minecraft. Place two hoppers facing each other. Put items in one. Place a comparator beside each hopper, both outputting into an RS NOR latch. As items transfer from one hopper to the other, the comparators detect the changing contents. When one hopper empties completely, the latch flips state, reversing the hopper directions, and the clock restarts.
Key feature: adding more items to the hoppers makes the clock period longer. Each item adds approximately 0.7 seconds (Java Edition) per transfer cycle. This makes the hopper clock completely adjustable without rebuilding anything — just add or remove items.
The RS Latch (Memory Circuit)
An RS latch (also called an RS NOR latch) is a two-state memory circuit. It has two inputs: Set and Reset. When you fire Set, the output turns ON and stays ON even after the Set signal ends. When you fire Reset, the output turns OFF and stays OFF. The circuit remembers its last state until told to change.
How to build it: Two NOR gates wired so each one’s output feeds back into the other’s input. In Minecraft, this typically uses two redstone torches on adjacent blocks with cross-wired dust paths.
When to use it: Turning a momentary button press into a sustained signal. Storing the state of a machine — was the door opened or closed last? Did the farm already trigger today? Any time you need a circuit to remember what happened.
The T Flip-Flop (Button Toggle)
The T flip-flop solves a classic problem: you have a button but you want a toggle. Press once — machine on. Press again — machine off.
A T flip-flop takes a pulse input and alternates its output on every pulse received. Before 1.21, the most common survival implementation used a sticky piston and a slime block or redstone block that bounced between two positions, each position powering a different output — a multi-block contraption that took up real space and required careful timing.
The 1.21 game-changer — the Copper Bulb T flip-flop: The Copper Bulb makes this dramatically simpler. Because a Copper Bulb toggles its lit state on every incoming pulse and holds that state indefinitely, and because a comparator reading a lit Copper Bulb outputs signal 15 while a comparator reading an unlit bulb outputs nothing, the combination of one Copper Bulb + one comparator is a complete T flip-flop in just 2 blocks. The Minecraft Wiki and the community both call this the “Cop-Flop” (a name coined by YouTuber Mumbo Jumbo).
How to build the Copper Bulb T flip-flop:
- Place a Copper Bulb
- Place a comparator directly beside it, facing away from the bulb (so the bulb is behind the comparator)
- Run your button or pulse into the Copper Bulb
- Take the output from the comparator’s front
Every button press pulses the bulb → it toggles on or off → the comparator reads the new state and outputs signal 15 (if lit) or 0 (if unlit). That output drives whatever you want to toggle. No pistons, no slime blocks, no timing issues.
The traditional piston-based T flip-flop is still valid for situations where you don’t have Copper Bulbs available, or for specific timing requirements. But for any new build, the 2-block Copper Bulb version is the go-to.
Practical use: Any door, light, or machine you want to control with a single button rather than a lever. A button connected to a Copper Bulb T flip-flop behaves exactly like a lever — and takes up a fraction of the space.
Six Practical Redstone Builds for Survival
1. Automatic Iron Door with Pressure Plates
The simplest useful redstone build in the game. Place an iron door. Put a pressure plate on each side of it. Connect each pressure plate to the door with redstone dust. Walk up, step on the plate, door opens. Walk through, step on the other plate, door stays openable from that side too. Perfect for mob-proof base entrances that open automatically for players.
Materials: 1 iron door, 2 wooden or stone pressure plates, 4 redstone dust
2. Hidden Piston Door (2×2)
A 2×2 piston door creates an entrance that completely disappears into the wall when open. Place 4 sticky pistons in a 2-high, 2-wide arrangement with the faces pointing inward toward the gap. Power all four pistons from a lever hidden inside your base (run wiring underground). When powered, the pistons retract and the wall opens. When off, they extend and the blocks fill the gap seamlessly.
This is the starter version of piston doors. Once you understand the timing, 3×3 and larger versions follow the same principle but require more complex timing circuits to sequence the pistons correctly.
Materials: 4 sticky pistons, 4 decorative blocks that match your wall, lever, redstone dust, repeaters for timing
3. Simple Mob Farm with Hopper Collection
The core of any automated mob farm is a drop trap with a hopper at the bottom feeding into a chest. Mobs spawn on platforms, fall into a killing shaft, and their drops get pulled into a hopper leading to a storage chest. Add a redstone lamp connected to a comparator on the chest so you know when it’s getting full. This is your first real application of comparator-as-container-detector.
4. Automatic Sugar Cane Farm
The classic beginner automation project. Place sugar cane and let it grow to three blocks tall. Put an observer facing the top growth position (where the third block will appear). Connect the observer’s output to a piston that sweeps across the bottom block of the cane. When the third block grows, the observer fires, the piston breaks the second block (and the third falls), and a hopper on the ground collects the drops.
This single contraption teaches you four core skills simultaneously: the observer, the piston, the hopper, and output timing.
Scale it: build a 9-wide row of sugar cane with a single observer and piston per plant, all their hopper outputs feeding into a shared chest. You now have a fully automated sugar cane farm that produces paper and fuel around the clock.
5. Item Sorter (Comparator + Hopper System)
An item sorter automatically routes items coming from a farm or killing floor into separate labeled chests. The mechanism uses filter hoppers — each hopper contains one item of the type you want to catch, and a comparator detects when the filter item leaves (indicating the sorted item passed through). Signal from the comparator locks adjacent hoppers to prevent items from bypassing the filter.
Building your first item sorter is the true redstone milestone in survival — it’s where signal strength, comparators, hoppers, and timing all come together into something genuinely useful that runs automatically while you’re doing other things.
6. Auto-Crafter (1.21 Item Factory)
This is where 1.21 redstone gets exciting. Once you have a Crafter block, you can transform a raw-material farm into a finished-product factory. Here’s the simplest version — a single-ingredient auto-crafter (sugar cane into paper, wheat into bread, logs into planks, etc.):
- Place the Crafter. Right-click to open the grid. Arrange the recipe (e.g., three sugar cane in a row). Disable all slots not used by the recipe by clicking them empty.
- Place a hopper above the Crafter feeding ingredients in.
- Place a comparator on the side of the Crafter. Set up a circuit that sends a pulse to the Crafter when the comparator output reaches your target signal (the number of disabled slots + filled ingredient slots).
- Place a hopper or chest in front of the Crafter to collect the output.
When the hopper fills all active ingredient slots, the comparator fires, which pulses the Crafter, which crafts and ejects. The newly emptied slots refill from the hopper and the cycle repeats automatically. This approach scales — chain multiple Crafters together to turn raw ore into ingots, ingots into blocks, and blocks into whatever finished item you need, all fully hands-free.
Materials: 1 Crafter (5 iron ingots + 1 dropper + 1 crafting table + 2 redstone), 2 hoppers, 1 comparator, 1 chest, redstone clock or comparator-triggered pulse circuit
Troubleshooting: Why Isn’t My Circuit Working?
Signal not reaching the device? Check your dust. If any segment of dust looks dark or disconnected, the signal has died. Add a repeater.
Torch behavior making no sense? Torches invert. If your input is supposed to turn something on and it’s turning it off instead, you have an unintended NOT gate somewhere — usually a torch on a block that’s being powered.
Repeater pointing the wrong way? Repeaters are one-directional. The signal must enter from the back end (the two small pegs) and exit from the front end (the single tall peg).
Nothing happening at all? Work backwards from your device. Is dust right next to the device glowing? If not, the signal isn’t reaching it. If it is glowing, is the device actually connected? Some devices need dust touching their specific face, not just a nearby block.
Pistons fire once then stop? You have a pulse that’s too short — the circuit is triggering and immediately shutting itself off. Add a repeater to extend the pulse, or redesign the trigger.
Circuit working intermittently? Timing issue. One part of the circuit is firing before another part is ready. Add a repeater with 1–2 ticks of delay to the faster branch.
Observer firing constantly? The observer is watching something that keeps changing. It might be watching the piston it’s connected to, creating a feedback loop. Reposition the observer so its eye faces only the block it’s supposed to monitor.
Java vs Bedrock: Key Redstone Differences
Redstone is not perfectly identical across editions, and this trips up a lot of players who follow tutorials from the other version.
Quasi-connectivity (Java only): In Java Edition, pistons can be activated by a powered block two blocks above them — even if there’s nothing directly adjacent to the piston powering it. This is used in many compact Java circuits and doesn’t exist in Bedrock.
Observer pulse length: Observers fire a 1 redstone tick pulse in both editions, but the timing of how components respond to that pulse can differ between Java and Bedrock due to update order differences.
Tick rates on hoppers: Java Edition hoppers transfer items every 4 game ticks (8 items per second, or 2.5 per second with the standard 8-tick lock). Bedrock Edition runs on similar speeds but can differ in edge cases.
Flying machines: Many flying machine designs are Java-only due to differences in how slime and honey blocks interact with pistons across editions. Always check which edition a flying machine tutorial was made for.
When following a tutorial, always confirm it was built for your edition if it involves pistons, observers, or any timing-sensitive mechanism.
What to Build Next: Redstone Progression Path
Once you’ve built the circuits above, here’s a natural progression path:
Beginner: Iron door with pressure plates → automatic lighting with daylight sensor → simple sugar cane farm
Intermediate: 2×2 piston door → hopper clock for automated timing → item sorter with filter hoppers → mob XP farm with automated killing
Advanced: 3×3+ piston door → auto-smelting array with hopper input → multi-filter item sorter routing dozens of item types → flying machine
Expert: RS latch memory systems → T flip-flop toggles for multi-state machines → redstone computers and calculators
The key at every stage: build one thing at a time in Creative Mode first. Test until it works perfectly. Then move it to Survival. Troubleshooting a broken circuit in Survival with limited materials is far harder than doing it in Creative with unlimited blocks and the ability to rebuild instantly.
Getting the Materials You Need
Building any serious redstone setup requires preparation. Here’s what you need in abundance:
Redstone dust — mine at Y-16 or trade with Cleric villagers. Keep at least 5 stacks on hand before starting any major project.
Iron — for hoppers (5 iron + 1 chest each), pistons (4 iron per piston), comparators (3 nether quartz + 1 redstone + 3 stone), and anvils. Iron is the true bottleneck of redstone engineering.
Nether Quartz — for comparators and repeaters (repeaters use quartz in Bedrock Edition). Check out our how to find/get to the Nether in Minecraft guide if you haven’t made that trip yet.
Slimeballs — for sticky pistons. These drop from Slimes, which spawn in specific “slime chunks” underground and in swamp biomes at night.
XP for enchanting — once your builds are up and running, you’ll want enchanted tools for mining the resources to expand them. A mob XP farm feeds everything. Our XP mob farm guide walks through building one, and our enchanting table guide covers putting those levels to work.
Related Guides
- How to make an XP mob farm in Minecraft — mob farms are among the most important redstone builds in the game; this guide walks through building one from scratch
- How to use an enchanting table in Minecraft — Fortune III pickaxes dramatically increase your redstone ore yield; Efficiency V makes mining the obsidian and iron you need far faster
- How to tame axolotls in Minecraft — hopper-based collection systems are the same technology used in axolotl breeding farms
- How to brew potions in Minecraft — automated brewing stands using hoppers and dispensers are an advanced redstone project worth building once you have the basics down
- How to find diamonds in Minecraft — diamonds are needed for pistons and for the tools that mine redstone and obsidian efficiently
- How to find/get to the Nether in Minecraft — nether quartz for comparators and repeaters is only found there
- How to make a shield in Minecraft — protect yourself from mobs while testing redstone builds underground
- How to survive your first night in Minecraft — a prerequisite for everything else; iron doors with pressure plates make survival night one significantly safer
- How to defeat the Ender Dragon in Minecraft — fully automated resource farms mean you can go into the final boss fight fully stocked without hours of grinding
- All Minecraft base builds guide 2026 — great base designs to integrate your redstone systems into
- How to build an underground bunker in Minecraft — underground bunkers are ideal homes for redstone infrastructure since they provide space, security, and easy access to ore
- Best Minecraft Bedrock shaders 1.21 — how to install — make your automated base look stunning with shaders once the engineering work is done
Final Thoughts
Redstone is the part of Minecraft most players leave unexplored — and that’s a mistake, because it’s also where the game is most rewarding. The satisfaction of pressing a button and watching a machine you designed do exactly what you intended is genuinely unlike anything else in Minecraft.
Start small. Build an iron door with pressure plates. Then automate one farm. Then build a hopper system that collects its drops automatically. Each project teaches you something that makes the next one easier, and at no point does the system stop having more to offer.
The key rules to take away: every circuit needs a power source, a wire, and a device. Signals travel through dust and weaken by 1 per block. Repeaters restore strength and add delay. Torches invert. Comparators read containers and compare signal strength. Master those fundamentals and the rest of redstone unfolds naturally from there.
Now go build something.



