Learn the fundamentals of redstone in Minecraft: power sources, dust, repeaters, comparators, and essential logic circuits.
Redstone is Minecraft's equivalent of electricity. It allows you to build everything from simple doors to fully automated farms and complex logic computers. Understanding the fundamentals — power sources, signal strength, repeaters, comparators, and basic logic gates — unlocks the entire world of redstone engineering.
This guide covers the essential building blocks that every redstone engineer needs to know.
The redstone torch is the most basic permanent power source — it provides a constant signal of 15. A button gives a short pulse when pressed. Levers toggle on and off. Pressure plates activate when entities stand on them. Observers detect block updates and emit a single-tick pulse. Daylight sensors output a signal based on sunlight (or moonlight with an inverter). Tripwires detect entities passing between two tripwire hooks.
Each power source has specific use cases. Observers are essential for compact clocks and farm automation. Daylight sensors work well for automatic lighting systems.
Redstone dust carries power from a source to components. The signal weakens by 1 for every block of travel, capping at 15 blocks maximum. Redstone dust can travel up slabs and down single blocks, but cannot go up full blocks without a repeater or torch tower.
Redstone dust also powers adjacent blocks and components. A block powered by redstone can activate adjacent mechanisms like pistons, doors, and lamps.
The redstone repeater is the most important redstone component. It refreshes a weakening signal back to full strength (15), extending the range beyond 15 blocks. Repeaters also add delays of 1 to 4 ticks (1 tick = 0.1 seconds), allowing you to time circuits precisely.
Repeaters only output in one direction — the arrow points away from the input. They can be locked by another repeater feeding into their side, useful for memory cells and advanced circuits.
The redstone comparator has two modes: compare and subtract. In compare mode, the output equals the rear input only if the side inputs are weaker. In subtract mode, the output equals rear minus side. Comparators can also read the fullness of containers (chests, hoppers, furnaces) by placing the comparator behind the container.
This container-reading ability makes comparators essential for item sorters, automatic storage systems, and furnace arrays.
NOT Gate: Place a redstone torch on top of a block. Power the block — the torch turns off. Simple inverter.
Clock: Loop two repeaters into each other with redstone dust. Adjust delays to change the frequency. An observer-based clock is more compact for fast pulses.
Pulse Extender: Use a comparator loop with a lever input. The loop maintains the signal for a duration proportional to the number of comparators.
Pro Tip: Use the F3 debug screen to see redstone signal strength (look for the "signal" value). This is invaluable for troubleshooting complex circuits and verifying your design is working correctly.
Beyond basic circuits, redstone powers automatic farms, flying machines, and complex logic systems including binary adders and memory cells. Understanding signal strength, QC (quasi-connectivity), and update order unlocks sophisticated contraptions. For comprehensive redstone tutorials and circuit diagrams, check the Minecraft Wikipedia article. Detailed component mechanics and advanced wiring techniques are available on the Minecraft Wiki on Fandom.