T
The Daily Insight

How to make a comparator in minecraft

Author

Mia Kelly

Published May 01, 2026

To make a redstone comparator, place 3 stones, 3 redstone torches, and 1 nether quartz in the 3×3 crafting grid. When making a redstone comparator, it is important that the stones, redstone torches, and nether quartz are placed in the exact pattern as the image below. In the first row, there should be 1 redstone torch in the second box.

There are other answers below:

Making a redstone clock with a comparator and combining that with a dispenser full of firework rocketsI play Brawl Stars and other games on weekends, and onl…

In the 1st row, you can place down one Redstone flashlight from the 2nd box. Then in the 2nd-row place down one Redstone flashlight in the 1st box, one nether quartz in the 2nd box, and one Redstone flashlight from the 3rd box. In the 3rd row place down the three stone. Here is the Minecraft Redstone comparator recipe.

How To Make A Comparator Clock In Minecraft BEDROCK (Xbox One) – YouTube.

It can be useful in redstone circuits to use containers with comparators to create signals of a specific strength. The number of items required in a container to produce a signal of desired strength is calculated as follows: items required = max(desired signal strength, roundup((total slots in container × 64 / 14) × (desired signal strength − 1)))

If you take the Minecraft-natural approach all you need is the “core” of 2 comparators: In this case, you deliver two signals of varying strength, X,Y. The outputs are their difference X-Y and Y-X if the result is positive; no output if zero or less.

The comparator was added to Minecraft in version 1.5, alongside hoppers, nether bricks and cobwebs. To make one, you’ll need three stone, three redstone torches and a Nether quartz – meaning that you won’t be making one until you’ve ventured into the Nether at least once.

To make a redstone comparator you will need three redstone torches which you can make with redstone dust and sticks.

After adding a hopper above the cart, add a comparator which powers a redstone torch. This will turn on when the hopper empties. This will turn on when the hopper empties. This signal then powers a rising edge detector circuit that consists of a dropper feeding another hopper, which in turn feeds back into the dropper.

Basically, you link a comparator to the output chest (the bottom one) and then a repeater taking the output of the comparator to Redstone on the other side. Then u link that up to the door like if ^ is chest, * is comparator, and % is repeater it would be like this. ^*% (with % facing away from comparator, not in to comparator)

Related Questions

What does a comparator do in Minecraft?

A redstone comparator is a redstone component used to maintain, compare, or subtract signal strength, or to measure certain block states (primarily the fullness of containers). A redstone comparator can be broken instantly with any tool, including the player’s fist, and drops itself as an item.

How to make a Redstone comparator in Minecraft?

Arrange the items in a crafting table with the three pieces of stone across the bottom, a redstone torch above both sides of the stone, a piece of quartz in the middle, and finally the last redstone torch above the quartz. This is the recipe for a redstone comparator. How does Redstone Comparator Work?

How do you place comparators in Minecraft Bedrock Edition?

In Bedrock Edition, a comparator can also be placed on walls and fences. For more information about placement on transparent blocks, see Opacity/Placement. The redstone comparator has a front and a back — the arrow on the top of the comparator points to the front. When placed, the comparator faces away from the player.

How does a comparator work with a command block?

A command block continues to store the success count of the last command executed until it executes its command again, thus the comparator continues to output the same signal strength even after the command block is no longer being activated (it doesn’t turn off when the signal to the command block turns off).