Mom's Best Recipes
Recipe

Redstone Comparator

What it does, how to craft it, and how to use it for smarter doors, item filters, and container-based automation.

Author By Matt Campbell
4.7
A real-life styled tabletop photo setup showing Minecraft-inspired crafting props: three redstone torches, one nether quartz, three smooth stone blocks, arranged neatly on a warm kitchen counter with soft window light

Redstone comparators are the quiet overachievers of Minecraft. They look like a repeater that went to college. They do not just “extend signal,” they let your builds think a little.

Comparators do two big jobs: they compare signal strengths and they read certain blocks like chests, furnaces, hoppers, and more. That means you can build systems that respond to how full something is, not just whether it is on or off.

A close-up photo of a Minecraft redstone comparator model sitting on a clean wooden kitchen counter next to a small pile of redstone dust props, warm natural light

Why It Works

Why it Works

  • It keeps your builds calm. Comparators let you measure, match, and fine-tune signals so your redstone is less spaghetti and more organized carb.
  • It unlocks inventory-aware automation. Read how full a container is and trigger doors, alarms, sorting, smelting, or farm collection at the right moment.
  • Two modes, tons of mileage. Compare mode for “pass through if strong enough,” subtract mode for “take this value away.” Same tool, different vibe.
  • It plays nice with repeaters. Use repeaters for distance and timing, comparators for logic and measuring. Together, they are a real team.

Pairs Well With

Storage Tips

If we’re talking literal leftovers: you cannot store a comparator in Tupperware. But you can keep your redstone builds from turning into a drawer full of tangled earbuds.

Storage tips for comparator builds

  • Label your lines with blocks. Use a consistent color or block type behind each lane (inputs, outputs, power) so you can read it later.
  • Leave service space. Give yourself at least 1 block of access space near comparators used in filters and timers. Future you will be grateful.
  • Plan for loading. Keep critical parts close together in the same loaded area when possible. Chunk borders and partial loading can cause weird “half awake” machines, so test your build after traveling away and coming back.

Common Questions

Common Questions

What does a redstone comparator do?

A comparator either compares two signal strengths (rear input vs side input) or subtracts the side input from the rear input. It also has a special talent: it can read signal strength from certain blocks like containers and generate a redstone output based on how full they are.

How do you switch a comparator into subtract mode?

Right-click the comparator. When the front torch turns on, it is in subtract mode. When that front torch is off, it is in compare mode.

Is a comparator the same as a repeater?

No. A repeater is mainly for delay and refreshing a signal over distance, and it is most often used as an on/off tool. A comparator is for measuring and logic, and it can pass along and process analog strengths (0 to 15) instead of treating everything like a simple binary pulse.

What blocks can a comparator read?

Common ones: chests, barrels, hoppers, droppers, dispensers, furnaces (including smoker and blast furnace), brewing stands, and more. It can also read some “level” blocks like lecterns and cauldrons in many versions. If a block stores items or has a measurable state, there is a decent chance a comparator can read it.

How does signal strength work when reading a container?

The comparator outputs a redstone strength from 0 to 15 based on how full the container is. Empty is 0. Completely full is 15. The exact value comes from overall inventory fullness (roughly an average across slots), so it is not only about how many slots are occupied. Stack sizes and how full each stack is can change the number.

Why is my comparator not outputting anything?

  • Make sure the comparator is facing the right way. The two rear torches mark the input side, and the single front torch points to the output.
  • Check you are reading a valid block. Not every block gives a comparator output.
  • Confirm there is actually an input signal or a readable “level.” An empty container will output 0.
  • Look for an accidental side input. Side inputs can reduce or override output depending on mode.

Do comparators work with item filters?

Yes. They are basically the brain of most classic hopper item filters because they can read the hopper’s fullness and trigger a response only when the filter conditions are met.

A close-up tabletop photo of a Minecraft-inspired redstone build model showing a hopper, a comparator behind it, and redstone dust line on a wooden counter under warm light

The first time I used a comparator, I treated it like a repeater and got exactly the results I deserved: a machine that kind of worked, sometimes, if I stood in the right spot and believed in it hard enough. Then I learned you can read a chest like it is a measuring cup, and suddenly redstone clicked for me. It is not magic. It is just feedback. Like tasting your sauce and adjusting. Same energy, different universe.