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 | For an open gate, the direction the gates swing open. For a closed gate, the direction the player was facing when the gate was placed, or the last direction the gates have swung. |
| in_wall | false | falsetrue | If true, the gate is lowered by three pixels, to accommodate attaching more cleanly with walls. |
| open | false | falsetrue | If true, the gate is opened. |
| powered | false | falsetrue | If true, the gate is receiving redstone power. |
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the gate is facing
For a closed gate, it's the direction the player was facing when the gate was placed, or the last direction the gates have swung. |
| in_wall_bit | 0x8 | false | falsetrue | 01 | If the gate is lowered by three pixels, to accommodate attaching more cleanly with walls. |
| open_bit | 0x4 | false | falsetrue | 01 | If the gate is opened. |