RedstoneJun 9, 2026 6 min read
Redstone for Beginners: How Signals Actually Work
Redstone looks intimidating, but it's just wiring. Learn the four core components and you can build almost anything.
Redstone is Minecraft's electricity. Master these basics and doors, farms, and traps become easy.
Signal strength
Redstone dust carries a signal from 0 to 15. A power source outputs 15, and the signal drops by 1 for every block the dust travels. After 15 blocks it hits 0 and dies — so you'll need to boost it.
The four components you must know
- Redstone Torch — a power source that's always on. It can also *invert* a signal (on becomes off).
- Repeater — boosts the signal back to 15, adds a delay, and only lets signal flow one way. Use it to send power long distances.
- Comparator — compares or subtracts signals, and reads container fullness (great for auto-sorters and item detectors).
- Observer — outputs a pulse when the block in front of it changes. Perfect for detecting crops growing or pistons moving.
TipRepeaters are the fix for almost every "my redstone stopped working" problem — they refresh a fading signal and control timing.
Inputs and outputs
- Inputs (turn things on): levers, buttons, pressure plates, tripwires, daylight sensors.
- Outputs (do something): pistons, doors, dispensers, droppers, note blocks, lamps.
Your first build: a hidden door
Wire a lever to two pistons that pull blocks out of a wall. Flip the lever, the wall opens. That single circuit teaches power, pistons, and placement — everything else builds on it.
Start small, copy a design, then tweak it. Every giant redstone machine is just these parts repeated.
#Redstone#Basics#Contraptions