https://minecraft.wiki/
The Minecraft Wiki has now moved to minecraft.wiki. Here is a brief rundown of the changes we were able to implement in the new wiki:
- A new skin
- Faster load times
- Fewer ads
- Improved search functionality
- Removed age popup
- Reintroduced anonymous editing
Consider checking out the full announcement on the new wiki for a more detailed explanation.
| 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 |
|---|---|---|---|---|---|
| direction (Deprecated) | 0x10x2 | 0 | 0123 | 0123 | The direction the repeater directs power.
|
| 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. |