Cover of The Redstone Engineer's Handbook, a Minecraft redstone guide published by Redwire
Guide 30 pages Free, no email required

The Redstone Engineer's Handbook

From your first lever to logic gates, clocks and machines that remember — redstone as engineering, not magic.

Reads in your browser — no download, no email. Made with Unplain.

What you'll learn

  • Why every signal has a strength from 0 to 15, and why it dies after fifteen blocks
  • Which power source to pick — lever, button, observer, comparator or daylight sensor
  • What repeaters and comparators actually do, beyond "boosting the signal"
  • How one redstone torch gives you NOT, and how NOT gives you every other gate
  • How to make redstone remember, so one button can toggle instead of pulse

What's inside

  1. 01

    What Redstone Actually Is

    Sources, wires and devices — the whole subject in one sentence — plus signal strength, the number that governs everything.

  2. 02

    The Power Sources

    Manual, constant and sensing triggers, and how to pick the right one for the job.

  3. 03

    Wiring, Repeaters, and Comparators

    Dust and its decay rule, the repeater's four jobs, and the comparator's two talents.

  4. 04

    The Inverter, and the Birth of Logic

    Why a redstone torch is on by default, and why that backwards behaviour is where logic starts.

  5. 05

    Logic Gates

    OR, NOT, AND, XOR, NAND and NOR — described so you can actually build them.

  6. 06

    Timing, Pulses, and Clocks

    The redstone tick, pulse extenders and shorteners, and signals that repeat.

  7. 07

    Memory, or Making Redstone Remember

    The RS latch, the T flip-flop, and the piston-and-redstone-block design that holds state with no power draw.

  8. 08

    Build It: Three Machines That Use Everything

    A one-button toggle lamp, a comparator item sorter, and a 2x2 flush piston door.

  9. 09

    Golden Rules and Troubleshooting

    A symptom-to-fix table, and the rules that stop builds breaking in the first place.

Redstone is Minecraft’s electricity, and like electricity it feels like magic until you learn the handful of rules underneath it. Then it stops being magic and becomes engineering — which is more fun, because engineering you can design.

This handbook from Redwire takes 30 pages to get from a lever and a lamp to logic gates, clocks and circuits that remember what you did.

The whole subject, in one sentence

Every redstone contraption is built from three kinds of thing: power sources that create a signal, wires that carry it, and devices that do something when it arrives. A lever sends power down a line of dust to a piston. That’s the atom of redstone; everything else is that pattern repeated and combined until it does something clever.

The number that runs everything

A redstone signal isn’t simply on or off — it has a strength, a number from 0 to 15. A source at full blast outputs 15, and here’s the rule that trips up every beginner: redstone dust loses one point of strength for every block it travels. Fifteen blocks and your signal is dead, like water losing pressure in a long pipe.

Most devices don’t care about the exact number — a piston fires just as hard at 3 as at 15. But some components read it precisely, and those are where redstone gets genuinely powerful.

Repeaters and comparators do more than you think

The repeater is the most useful wiring component because it does four jobs at once: it refreshes the signal back to 15, it only allows signal one way (it’s a diode, which stops circuits leaking into each other), it adds 1–4 ticks of delay, and it can lock — freeze whatever value it’s holding, giving you a one-block memory cell.

The comparator is about reading a signal rather than moving one. Point it out of a chest, barrel, furnace or hopper and it outputs a strength proportional to how full that container is. That single trick powers item sorters, storage indicators and auto-brewing stands.

One torch, and then all of logic

A redstone torch attached to a block is on by default, and turns off the moment you power the block it’s attached to. Power in, light off. It outputs the opposite of its input — a NOT gate, the fundamental building block of every logic circuit ever made, in redstone or in silicon.

That one flipped signal matters enormously. With sources and wires alone you can only ever say “if this, then that.” Add the ability to say “if not this” and you can express any rule you can imagine: only if both switches are on, only if exactly one is, only if none are. The AND gate, for instance, falls straight out of De Morgan’s law — both A and B is the same as not (either A is off or B is off), so you invert each input, feed them into an OR, and invert the result.

Making redstone remember

Redstone has no memory of its own; cut the power and it forgets everything. Which makes an obvious thing surprisingly hard: how do you get a single button to turn a light on, then off again next press?

You need a memory circuit. The RS latch remembers which of two buttons you touched last. The T flip-flop — the one you’ll reach for most — takes a single pulse and flips its output, turning a button into a lever. The modern build for it is worth memorising: a sticky piston with a block of redstone on its face, watched by an observer, so each pulse pushes or pulls the block into or out of the circuit. The piston physically holds the state, so it remembers with no power draw at all.

When it breaks

Redstone almost never fails randomly, so resist tearing the build down. Is it actually powered? Is it within fifteen blocks of the last repeater? Are two lines of dust bleeding into each other — the cure for which is a repeater used as a diode? Does a component need a block update to wake up? And the big one: is this a Java versus Bedrock difference?

The handbook closes with a symptom-to-fix table and a set of golden rules, of which the most useful is probably test with levers, trigger with buttons — levers hold their state while you go and inspect what happened.

About this example

This is a real creator’s guide, published free by a Minecraft education channel, and it’s in this library because it shows what a finished Unplain document looks like when the content is heavily illustrated: annotated diagrams, comparison tables, a truth table, and a symptom-to-fix grid, none of them positioned by hand. The manuscript was written as a plain document and Unplain produced the cover, contents, layout and closing page.

Published July 23, 2026

This PDF was made with Unplain

The manuscript was written as plain text. Unplain added the cover, the table of contents, the page numbering, the brand colours and the closing call-to-action page, and returned a publish-ready PDF — no editor, no page-by-page layout. Your document works the same way.

Turn your next doc into a publish-ready PDF.

Start free. Short ebooks are on us, forever.