![]() |
VOOZH | about |
| Renewable | Yes |
|---|---|
| Stackable | Yes (64) |
| Tool | Any tool |
| Blast resistance | 0 |
| Hardness | 0 |
| Luminous | No |
| Transparent | Yes |
| Waterloggable | JE: No BE: Yes |
| Flammable | No |
| Catches fire from lava |
No |
| Map color | 0 NONE |
| Note block instrument | Default (Harp) |
{
"title": "Redstone Comparator",
"rows": [
{
"field": "Yes",
"label": "(link to Renewable resource article, displayed as Renewable)"
},
{
"field": "Yes (64)",
"label": "Stackable"
},
{
"field": "Any tool",
"label": "Tool"
},
{
"field": "0",
"label": "(link to Explosion#Blast resistance article, displayed as Blast resistance)"
},
{
"field": "0",
"label": "(link to Breaking#Blocks by hardness article, displayed as Hardness)"
},
{
"field": "No",
"label": "(link to Light article, displayed as Luminous)"
},
{
"field": "Yes",
"label": "(link to Opacity article, displayed as Transparent)"
},
{
"field": "'''(link to Java Edition article, displayed as JE):''' No<br>'''(link to Bedrock Edition article, displayed as BE):''' Yes",
"label": "(link to Waterlogging article, displayed as Waterloggable)"
},
{
"field": "No",
"label": "(link to Flammable article, displayed as Flammable)"
},
{
"field": "No",
"label": "Catches fire<br>from (link to lava article, displayed as lava)"
},
{
"field": "<span style=\"white-space: nowrap;\"><span style=\"display: inline-block; background-color: rgb(); border: 1px solid #888; border-radius: 0.3em; color: transparent; width: 1em; height: 1em; vertical-align: -0.36em; margin-right: -0.1em\"><br></span> 0 NONE</span>",
"label": "(link to Map color article, displayed as Map color)"
},
{
"field": "Default (Harp)",
"label": "(link to Note Block#Instruments article, displayed as Note block instrument)"
}
],
"invimages": [
"Redstone Comparator"
],
"images": [
"Redstone Comparator (S)_JE5.png",
"Redstone Comparator (S)_BE.png",
"Subtracting Redstone Comparator (S)_JE6.png",
"Subtracting Redstone Comparator (S)_BE.png",
"Powered Redstone Comparator (S)_JE6.png",
"Powered Redstone Comparator (S)_BE.png",
"Powered Subtracting Redstone Comparator (S)_JE7.png",
"Powered Subtracting Redstone Comparator (S)_BE.png"
]
}
A redstone comparator is a block that can produce a redstone signal from its front by reading chests, lecterns, copper bulbs, and similar blocks. It can also repeat a signal without changing its strength.
It can also be set to either stop outputting a signal while its side input is receiving a stronger one (front torch off), or output a weaker signal based on its side input's signal strength (front torch on).
A redstone comparator can be broken instantly with any tool, or by hand, and drops itself as an item.
| Block | ๐ Image | |
|---|---|---|
| Hardness | 0 | |
| Breaking time (secs) | ||
| Default | 0.05 | |
A redstone comparator is removed and dropped as an item if:
If lava flows into a redstone comparator's space, the redstone comparator is destroyed without dropping as an item.
2โ9 Redstone comparators generate in ancient cities.
A redstone comparator can be placed on the top of any opaque block with a solid full-height top surface (including upside-down slabs and upside-down stairs). 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. The comparator has two miniature redstone torches at the back and one at the front. The back torches turn on when the comparator's output is greater than zero (the arrow on top also turns red). The front torch has two states that can be toggled by using the comparator:
The redstone comparator can take a signal strength input from its rear as well as from both sides. Side inputs are accepted only from redstone dust, block of redstoneโ[Java Edition only], redstone repeaters, other comparators, and observers in specific scenarios. The redstone comparator's front is its output.
It takes 2 game ticks (0.1 seconds) for signals to move through a redstone comparator, either from the rear or from the sides. This applies to changing signal strengths as well as simply to turning on and off.
Redstone comparators check their power state before their scheduled ticks update. This results in redstone comparators not usually responding to 1-tick fluctuations of power or signal strength โ for example, a 1-clock input is treated as always off from the side, and always on from the rear. This happens because the signal changes back to its original state before the redstone comparator checks its input states. However, certain setups such as powering any input with two separate observer pulses at the same time causes a redstone comparator to respond to 2-game-tick pulses.
The redstone comparator has four functions: maintain signal strength, compare signal strength, subtract signal strength, and measure certain block states (primarily the fullness of containers).
A redstone comparator with no powered sides outputs the same signal strength as its rear input, with a 1 redstone tick (= 2 game ticks) delay.
A redstone comparator in comparison mode (front torch down and unpowered) compares its rear input to its two side inputs. If either side input is greater than the rear input, the comparator output turns off. If neither side input is greater than the rear input, the comparator outputs the same signal strength as its rear input.
The formula for calculating the output signal strength is as follows:
output = rear ร [left โค rear ANDright โค rear]
A redstone comparator in subtraction mode (front torch up and powered) subtracts the signal strength of the greater side input from the signal strength of the rear input.
output = max(rear โ max(left, right), 0)
For example: if the signal strength is 6 at the left input, 7 at the right input and 4 at the rear, the output signal has a strength of max(4 โ max(6, 7), 0) = max(4โ7, 0) = max(โ3, 0) = 0.
If the signal strength is 9 at the rear, 2 at the right input and 5 at the left input, the output signal has a strength of max(9 โ max(2, 5), 0) = max(9โ5, 0) = 4.
A redstone comparator treats certain blocks behind it as power sources and outputs a signal strength proportional to the block's state. The comparator may be separated from the measured block by a comparator-conducting block. These blocks include all conductive blocks, but see below.
The comparator disregards the power level of the intervening block in this configuration.
In Java Edition, if the intervening block is powered to signal strength 15, then the comparator outputs 15 no matter the fullness of the container.[1] This never occurs in Bedrock Edition.
In Bedrock Edition the list of comparator-conducting blocks also includes some non-conductive blocks. This may be useful in contraptions as they do not conduct redstone signals from elsewhere like a regular conductive block would.[2] These blocks are:
| Containers | ๐ Image |
๐ Image ๐ Image ๐ Image |
๐ Image ๐ Image ๐ Image |
๐ Image ๐ Image |
๐ Image ๐ Image ๐ Image ๐ Image ๐ Image |
๐ Image ๐ Image |
๐ Image |
๐ Image |
๐ Image |
|---|---|---|---|---|---|---|---|---|---|
| Total slots | 1 | 3 | 5 | 9 | 27 | 54 | 1 | 9 | 4 |
| Power level | Number of items | Music disc | No. of slots
filled |
No. of
Glowstone | |||||
| 0 | 0 | 0 | 0 | 0 | 0 | 0 | No disc | 0 | 0 |
| 1 | 1 | 1 | 1 | 1 | 1 | 1 | 13 | 1 | |
| 2 | 5 | 14 | 23 | 42 | 1s+60 | 3s+55 | cat | 2 | |
| 3 | 10 | 28 | 46 | 1s+19 | 3s+55 | 7s+46 | blocks | 3 | 1 |
| 4 | 14 | 42 | 1s+5 | 1s+60 | 5s+51 | 11s+37 | chirp | 4 | |
| 5 | 19 | 55 | 1s+28 | 2s+37 | 7s+46 | 15s+28 | far | 5 | |
| 6 | 23 | 1s+5 | 1s+51 | 3s+14 | 9s+42 | 19s+19 | mall | 6 | |
| 7 | 28 | 1s+19 | 2s+10 | 3s+55 | 11s+37 | 23s+10 | mellohi | 7 | 2 |
| 8 | 32 | 1s+32 | 2s+32 | 4s+32 | 13s+32 | 27s | stal Bounce |
8 | |
| 9 | 37 | 1s+46 | 2s+55 | 5s+10 | 15s+28 | 30s+55 | strad Lava Chicken |
9 | |
| 10 | 42 | 1s+60 | 3s+14 | 5s+51 | 17s+23 | 34s+46 | ward Tears |
- | |
| 11 | 46 | 2s+10 | 3s+37 | 6s+28 | 19s+19 | 38s+37 | 11 Creator (Music Box) |
- | 3 |
| 12 | 51 | 2s+23 | 3s+60 | 7s+5 | 21s+14 | 42s+28 | wait Creator |
- | |
| 13 | 55 | 2s+37 | 4s+19 | 7s+46 | 23s+10 | 46s+19 | Pigstep Precipice |
- | |
| 14 | 60 | 2s+51 | 4s+42 | 8s+23 | 25s+5 | 50s+10 | otherside Relic |
- | |
| 15 | 1s | 3s | 5s | 9s | 27s | 54s | 5 | - | 4 |
A redstone comparator can output a signal indicating how full a container is. (0 for empty, 15 for full, etc.) The table on the right is described more in detail, later in this section.
Note: s means stack.
Containers that can be measured by a comparator include:
Generally speaking, the comparator output signal strength represents the average fullness of the slots, based on how many of that item form a full stack (64, 16, or 1 for non-stackable items). A partially filled bundle counts as a full stack.
The Minimum items for container signal strength table (right) shows the minimum full-stack-equivalent (FSE) to produce different signal strengths from common containers. A full-stack-equivalent quantifies how many normal 64-stackable items are needed to output a corresponding signal strength. The 's' is a constant 64, with the additional amount needed following after.
One may also consider the terms: cumulative-weight or weighted-sum instead of full-stack-equivalent.
Items that stack to a max of 16 (snowballs, signs, ender pearls, etc.), contribute +4 to the full-stack-equivalent for each unity (count of 1 item). Similarly, items that stack to 1 (minecart, boat, etc.) contribute +64, and items that stack to 64 contribute +1.
Example 1: 3 ender pearls contribute a 3ร4 = 12 full-stack-equivalent.
Example 2: 16 ender pearls and 60 redstone dust contributes a 16ร4 + 60ร1 = 124 full-stack-equivalent.
Example 3: 1 minecart and 60 redstone dust contributes a 1ร64 + 60ร1 = 124 full-stack-equivalent.
Example 4: To produce a signal strength of 10 from a hopper, one requires a full-stack-equivalent of at least 3s + 14 = 206 but strictly less than 3s + 37 = 229. This can be done with 3 minecarts, and 14 dirt.
When a comparator measures a large chest or large trapped chest, it measures the entire large chest (54 slots), not just the half directly behind the comparator. in Java Edition, a chest or trapped chest that cannot be opened (either because it has a conductive block or a sitting cat above it) always produces an output of 0 no matter how many items are in the container โ shulker boxes can always be measured, even if they cannot open.
signal strength = floor(1 + ((sum of all slots' fullnesses) รท (number of slots in container)) รท 14)
fullness of a slot = (number of items in slot) รท (max stack size for this type of item)
1 + ((300 items รท 64 items per slot) รท 9 slots) ร 14 = 8.292, floored is 8
items required = max(desired signal strength, ceiling(((total slots in container) ร 64 รท 14 ร (desired signal strength โ 1)))max(9, (3ร64รท14) ร (9โ1)) = 109.714, rounded up is 110
Some non-container blocks can also be measured by a redstone comparator:
output = 15 โ floor(distance รท 32 ร 15)signal strength = floor(1 + ((current page โ 1) รท (number of pages in book โ 1)) ร 14)๐ BlockSprite stone.png: Sprite image for stone in Minecraftstone sound type | ||||||||
|---|---|---|---|---|---|---|---|---|
| Sound | Closed captions | Source | Description | Identifier | Translation key | Volume | Pitch | Attenuation distance |
| โBlock broken | Blocks | Once the block has broken | block.stone.break | subtitles.block.generic.breakโ | 1.0 | 0.8 | 16 | |
| โBlock placed | Blocks | When the block is placed | block.stone.place | subtitles.block.generic.placeโ | 1.0 | 0.8 | 16 | |
| โBlock breaking | Blocks | While the block is in the process of being broken | block.stone.hit | subtitles.block.generic.hitโ | 0.25 | 0.5 | 16 | |
| โSomething falls on a block | Entity-Dependent | Falling on the block with fall damage | block.stone.fall | subtitles.block.generic.fallโ | 0.5 | 0.75 | 16 | |
| โFootsteps | Entity-Dependent | Walking on the block | block.stone.step | subtitles.block.generic.footstepsโ | 0.15 | 1.0 | 16 | |
๐ ItemSprite redstone-comparator.png: Sprite image for redstone-comparator in Minecraftcomparator sound type | |||||||
|---|---|---|---|---|---|---|---|
| Sound | Closed captions | Source | Description | Identifier | Translation key | Volume | Pitch |
| โ ? | Blocks | Once the block has broken | dig.wood | โ ? | 1.0 | 0.8โ1.0 | |
| โ ? | Blocks | When the block is placed | dig.wood | โ ? | 1.0 | 0.8 | |
| โ ? | Blocks | While the block is in the process of being broken | hit.wood | โ ? | 0.23 | 0.5 | |
| Sounds | ||||||||
|---|---|---|---|---|---|---|---|---|
| Sound | Closed captions | Source | Description | Identifier | Translation key | Volume | Pitch | Attenuation distance |
| โComparator clicks | Blocks | When a comparator is set to subtraction mode | block.comparator.click | subtitles.block.comparator.clickโ | 0.3 | 0.55 | 16 | |
| โComparator clicks | Blocks | When a comparator is set to comparison mode | block.comparator.click | subtitles.block.comparator.clickโ | 0.3 | 0.5 | 16 | |
| Sounds | |||||||
|---|---|---|---|---|---|---|---|
| Sound | Closed captions | Source | Description | Identifier | Translation key | Volume | Pitch |
| โ ? | Blocks | When a comparator is set to subtraction mode | block.click | โ ? | 0.2 | 0.55 | |
| โ ? | Blocks | When a comparator is set to comparison mode | block.click | โ ? | 0.2 | 0.5 | |
| Name | Identifier | Form | Translation key |
|---|---|---|---|
| ๐ BlockSprite redstone-comparator.png: Sprite image for redstone-comparator in Minecraft Redstone Comparator | comparator | Block & Item | block.minecraft.comparator |
| Name | Identifier |
|---|---|
| ๐ BlockSprite redstone-comparator.png: Sprite image for redstone-comparator in Minecraft Block entity | comparator |
| Redstone Comparator | Identifier | Numeric ID | Form | Item ID[i 1] | Translation key |
|---|---|---|---|---|---|
| ๐ BlockSprite redstone-comparator-off.png: Sprite image for redstone-comparator-off in Minecraft Unpowered block | unpowered_comparator | 149 | Block & Ungiveable Item[i 2] | Identical[i 3] | tile.unpowered_comparator.name |
| ๐ BlockSprite redstone-comparator-on.png: Sprite image for redstone-comparator-on in Minecraft Powered block | powered_comparator | 150 | Block & Ungiveable Item[i 2] | Identical[i 3] | tile.powered_comparator.name |
| ๐ ItemSprite redstone-comparator.png: Sprite image for redstone-comparator in Minecraft Item | comparator | 522 | Item | โ | item.comparator.name |
| Name | Savegame ID |
|---|---|
| ๐ BlockSprite redstone-comparator.png: Sprite image for redstone-comparator in Minecraft Block entity | Comparator |
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction from the output side to the input side of the comparator, or the opposite from the direction the player faces while placing the comparator. |
| mode | compare | comparesubtract | Specifies the current mode of the redstone comparator. |
| powered | false | falsetrue | True if the redstone comparator is being powered. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| minecraft:cardinal_direction | Not Supported | south | eastnorthsouthwest | Unsupported | The direction from the output side to the input side of the comparator, or the opposite from the direction the player faces while placing the comparator. |
| output_lit_bit | 0x8 | false | falsetrue | 01 | True if the redstone comparator is being powered. |
| output_subtract_bit | 0x4 | false | falsetrue | 01 | Specifies the current mode of the redstone comparator. |
A redstone comparator has a block entity associated with it that holds additional data about the block.
| Icon | Advancement | In-game description | Actual requirements (if different) |
|---|---|---|---|
| ๐ Image ๐ Image | The Power of Books | Read the power signal of a Chiseled Bookshelf using a Comparator | Place a comparator on any side of a chiseled bookshelf, or the chiseled bookshelf against a comparator with the back of the comparator running into it. |
| November 24, 2012 | Jeb stated that there may be a "capacitor" in Minecraft. | ||||||
|---|---|---|---|---|---|---|---|
| December 27, 2012 | Dinnerbone released pictures of the first version of the "comparator", stating it was a replacement for the "capacitor" idea that has variable, alternate inputs. | ||||||
| January 2, 2013 | Dinnerbone released one more picture of the comparator. The picture itself showing a digital-to-analog converter, using the comparator as the main block. | ||||||
| Java Edition | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| 1.5 | 13w01a | ๐ Image ๐ Image ๐ Image ๐ Image ๐ Image Added redstone comparators. | |||||||
| Redstone comparators have 0 delay. | |||||||||
| 13w01b | A delay of 1 game tick has now been added to redstone comparators to fix bugs. | ||||||||
| The ability to measure containers to redstone comparators has now been added. | |||||||||
| 13w02a | ๐ Image ๐ Image ๐ Image ๐ Image The appearance of redstone comparators has now been changed - the top texture has changed to show quartz in the middle and the sides now use the smooth stone texture rather than the smooth stone slab side texture. | ||||||||
| The algorithm for measuring containers has now been changed so that redstone comparators output a signal with as few as 1 item in the container. | |||||||||
| 13w02b | The algorithm for measuring containers has been changed again, as a result the amount of items corresponding to each signal level is now different (for example, a comparator reading a hopper with 22 items inside now outputs signal strength 1, instead of signal strength 2). | ||||||||
| Redstone comparators now treat large chests as a single container. | |||||||||
| Comparators now always output signal strength 0 when reading chests that cannot be opened because they have a conductive block or a sitting cat above them. | |||||||||
| 13w03a | Redstone comparators now output success count of command blocks. | ||||||||
| Redstone comparators now measure container minecarts on detector rails. | |||||||||
| 13w04a | Redstone comparators now measure jukeboxes. | ||||||||
| 13w05a | Redstone comparators no longer cause constant block updates. The delay has now been made consistent, and side input no longer causes a pulse output. | ||||||||
| 13w05b | Redstone comparator delay has now been changed from 1 game tick to 2 game ticks. | ||||||||
| 13w09c | The redstone signal strength from a redstone comparator next to a brewing stand with 3 water bottles in it is now the same as one with 3 water bottles and 1 ingredient in it. | ||||||||
| 1.6.1 | 13w18a | Redstone comparators now measure cauldrons and end portal frames. | |||||||
| 1.8 | 14w04a | ๐ Image ๐ Image If a redstone comparator is set to render as the block inside of a minecart via commands or map editing, it now appears as this (previously it would be entirely invisible). | |||||||
| Redstone comparators now measure item frames. | |||||||||
| 14w10a | The torches under redstone comparators have now been shortened, which has changed the underside appearance from ๐ Image ๐ Image ๐ Image ๐ Image to ๐ Image . | ||||||||
| 14w25a | ๐ Image ๐ Image ๐ Image ๐ Image The torches on comparators are now subject to directional shading. | ||||||||
Comparators set to subtract mode appear to be powered as well regardless of incoming power. The subtracting-only model still exists and can be achieved through /setblock. | |||||||||
| 14w25b | ๐ Image ๐ Image The powered front torch when in subtraction mode is now lower. | ||||||||
| Comparators set to subtract by hand now appear normally again. | |||||||||
| 14w28a | Redstone comparators now measure cakes. | ||||||||
| 1.9 | 15w42a | With the addition of the blaze powder fuel slot, brewing stands now have 5 slots instead of 4. Their original comparative power values from redstone comparators are listed below:
| |||||||
| 15w46a | Mobs no longer spawn on redstone comparators. | ||||||||
| 15w47a | Redstone comparators' side inputs now take power from redstone blocks.[3] | ||||||||
| 1.11 | 16w39a | Redstone comparators now measure shulker boxes. | |||||||
| 1.13 | 17w47a | Redstone comparators now render their underside, which has changed their undersides from ๐ Image to ๐ Image . | |||||||
| 1.14 | 18w43a | ๐ Image ๐ Image ๐ Image ๐ Image ๐ Image The textures of redstone comparators have now been changed. | |||||||
| 19w02a | Redstone comparators now measure lecterns. | ||||||||
| 19w03a | Redstone comparators now measure composters. | ||||||||
| 19w12b | Redstone comparators can now be placed on glass, ice, glowstone and sea lanterns. | ||||||||
| 1.15 | 19w34a | Redstone comparators now measure how much honey is inside beehives and bee nests. | |||||||
| 1.16 | 20w06a | The way to calculate the input signals of redstone comparators has now been changed. | |||||||
| 20w11a | The changes to the way of calculating the input signals of redstone comparators from 20w06a have now been reverted. | ||||||||
| 20w16a | Redstone comparators now measure Pigstep music discs in jukeboxes. | ||||||||
| 1.17 | 20w45a | Redstone comparators now measure lava cauldrons. | |||||||
| 20w46a | Redstone comparators now measure powder snow cauldrons. | ||||||||
| 1.18 | 21w41a | ๐ Image ๐ Image The texture of powered redstone comparator have now been changed. | |||||||
| 1.19 | 22w13a | Redstone comparators now generate as part of ancient cities. | |||||||
| 1.19.3 Experiment | 22w42a | Redstone comparators now measure chiseled bookshelves. | |||||||
| 1.20.2 | 23w33a | Redstone comparators now use stone sounds instead of wood sounds.[4] | |||||||
| 1.20.3 | 23w41a | Redstone comparators now measure decorated pots. | |||||||
| 1.20.3 Experiment | 23w42a | Redstone comparators now measure crafters. | |||||||
| 1.21.2 | 24w33a | ๐ Image ๐ Image ๐ Image ๐ Image The models for redstone comparators have changed. | |||||||
| 1.21.2 Experiment | pre1 | Comparators connected to creaking hearts now output a signal strength dependent on the distance to the connected creaking. | |||||||
| Pocket Edition Alpha | |||||||
|---|---|---|---|---|---|---|---|
| v0.14.0 | build 1 | ๐ Image ๐ Image ๐ Image ๐ Image ๐ Image Added redstone comparators. | |||||
| Pocket Edition | |||||||
| 1.0.0 | alpha 0.17.0.1 | Redstone comparators now measure end portal frames. | |||||
| 1.0.5 | alpha 1.0.5.0 | Redstone comparators now output success count of command blocks. | |||||
| 1.1.0 | alpha 1.1.0.0 | Redstone comparators now measure shulker boxes. | |||||
| Bedrock Edition | |||||||
| 1.2.0 | beta 1.2.0.2 | Redstone comparators now measure jukeboxes. | |||||
| Redstone comparators now render their underside, which has changed their undersides from ๐ Image to ๐ Image | |||||||
| 1.10.0 | beta 1.10.0.3 | ๐ Image ๐ Image ๐ Image ๐ Image ๐ Image The textures of redstone comparators have now been changed. | |||||
| 1.11.0 | beta 1.11.0.1 | Redstone comparators now measure smokers, blast furnaces, lecterns and composters. | |||||
| 1.18.10 | beta 1.18.10.20 | ๐ Image ๐ Image The texture of powered redstone comparator have now been changed. | |||||
| 1.20.50 | Preview 1.20.50.20 | Redstone comparators now measure decorated pots. | |||||
| 1.20.50 Experiment | Preview 1.20.50.21 | Redstone comparators now measure crafters. | |||||
| Legacy Console Edition | |||||||
|---|---|---|---|---|---|---|---|
| Xbox 360 | Xbox One | PS3 | PS4 | PS Vita | Wii U | Switch | |
| TU19 | CU7 | 1.12 | 1.12 | 1.12 | Patch 1 | 1.0.1 | ๐ Image ๐ Image ๐ Image ๐ Image [verify] ๐ Image Added redstone comparators. |
| TU31 | CU19 | 1.22 | 1.22 | 1.22 | Patch 3 | Redstone comparators can now measure item frames and cakes. | |
| TU46 | CU36 | 1.38 | 1.38 | 1.38 | Patch 15 | Redstone comparators' side inputs now take power from redstone blocks.[is this the correct version?] | |
| TU53 | CU43 | 1.49 | 1.50 | 1.49 | Patch 23 | 1.0.3 | Redstone comparators now measure shulker boxes. |
| TU57 | CU49 | 1.57 | 1.56 | 1.56 | Patch 27 | 1.0.7 | Redstone comparators can now be crafted from granite, andesite, diorite and their polished variants. |
| 1.90 | ๐ Image ๐ Image ๐ Image ๐ Image [verify] ๐ Image The textures of redstone comparators have now been changed. | ||||||
| 1.91 | Redstone comparators now measure smokers, blast furnaces, lecterns and composters. | ||||||
| New Nintendo 3DS Edition | |||||||
|---|---|---|---|---|---|---|---|
| 0.1.0 | ๐ Image ๐ Image ๐ Image ๐ Image [verify] ๐ Image Added redstone comparators. | ||||||
| Java Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.5 | 13w01a | At this point, block ID 149 was used for unpowered comparators, and block ID 150 for powered comparators. | |||||
| 13w05a | Block 150 (later powered_comparator) is no longer used; powered state is now represented by the 8s bit on block 149 (later unpowered_comparator). | ||||||
| 1.13 | 17w47a | All 3 IDs for the redstone comparator have now been merged into one ID: comparator.
| |||||
| Prior to The Flattening, these blocks' numeral IDs were 149 and 150, and the item's 404. | |||||||
| As a result, the formerly unused comparator ID is now technically used again, due to both unpowered and powered versions being merged into a single comparator block ID. This can also be analyzed as a removal of the unused ID. | |||||||
| Bedrock Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.20.30 | Preview 1.20.30.20 | Redstone comparators now use the minecraft:cardinal_direction block state instead of direction. | |||||
Issues relating to "Comparator*" are maintained on the bug tracker. Issues should be reported and viewed there.
| ๐ Image Blocks | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
| |||||||||||||||||||||||||||