A door as
Obtaining
Doors can be obtained by crafting, and can be found in villages and strongholds.
Breaking
To break a door, attack it. An iron door removed by hand will not drop itself as an item.
| Block | Wooden | Iron | |
|---|---|---|---|
| Hardness | 3 | 5 | |
| Tool | |||
| Breaking time[A] | |||
| Default | 4.5 | 25 | |
| Wooden | 2.25 | 3.75 | |
| Stone | 1.15 | 1.9 | |
| Iron | 0.75 | 1.25 | |
| Diamond | 0.6 | 0.95 | |
| Netherite | 0.5 | 0.85 | |
| Golden | 0.4 | 0.65 | |
- ↑ Times are for unenchanted tools as wielded by players with no status effects, measured in seconds. For more information, see Breaking § Speed.
A door will also be removed and drop itself as an item:
- if the block beneath the door is moved, removed, or destroyed
- if a piston tries to push the door (trying to pull a door does nothing) or moves a block into its space
Crafting vcdfdddf
Obsoidian {| class="wikitable sortable collapsible " data-description="Crafting recipes" !Name!!Ingredients!!class="unsortable"|Crafting recipe |- !Wood Door |Matching Wood Planks
|style="padding:1px;text-align:center"|
|- !Iron Door |Iron Ingot
|style="padding:1px;text-align:center"|
|- |}
Natural generation
Oak wood doors are generated on buildings in villages, forming the entrances to the majority of buildings. Oak wood doors and iron doors generate naturally in strongholds, with the latter having a stone button to open.
Usage
Wood doors can be opened and closed by players and villagers, and can be broken by zombies in Hard mode. Iron doors can only be opened with redstone power.
- Placement
Doors must be "attached" to a block beneath them. To place a door, use a door item while pointing at the top of the block it should be attached to. A door can be attached to:
- the top of any full solid opaque block (stone, dirt, blocks of gold, etc.)
- the top of an upside-down slab or upside-down stairs
- the top of a slime block, hopper, or downward-facing piston
When placed, a door will occupy the side of the block towards the placing player's back — if a player places a door in front of them, the door will occupy the side of the block closest to them (and open away from them); if a player places a door in their own space, the door will end up behind the player (and open through them).
By default a door's "hinge" will be on the left side and its "handle" on the right side (from the placing player's point of view), but the hinge can be forced to the right side by:
- placing a door to the right of another door (creating a double door where both doors open away from each other)
- placing a door to the left of a full solid opaque block (top or bottom), making the hinge appear to attach to the side block.
- Behavior
Water and lava will flow around doors. Lava can create fire in air blocks next to wood doors as if the wood doors were flammable, but the doors will not burn up (and can't be burned by other methods either, except throwing them into lava).
Doors do not prevent mobs from spawning on their coordinates.
The sound of opening and closing of a door can be heard up to 16 blocks away, like most mob sounds.
When placed using the /setblock command, only one half of a door will be placed, since doors are two blocks tall. The lower half will still work, but with graphical bugs, and the upper half will not. Redstone cannot be used because it updates the half, breaking it. The upper half will not drop anything when broken, the lower half will drop a normal door. This implies that the upper half is dependent on the lower.
Barrier
A door can be used as a switchable barrier to entity movement. Although primarily used to block movement by mobs and players, a door can also be used to control the movement of boats (for example, a door placed in a two-wide water flow will stop a boat when perpendicular to the flow, but allow it to move again when parallel), items and minecarts (a door can stop a falling item or minecart, then allow it to drop again when the door moves), etc.
Doors are 0.1875 (3⁄16) blocks thick. The rest of a door's space can be moved through freely and provides a breathable space if placed underwater. A door occupies two block spaces and both halves normally act as a single barrier, but if a player is occupying the space a door moves to, the player can jump up to land on the bottom part of the door and then again to land on top of the door.
To open or close a wood door, use the Use Item/Place Block control. When a door opens or closes, it immediately changes its orientation without affecting anything in the space it "passes through". Moving doors don't push entities the way that pistons do.
Villagers can open and close wood doors, but only do so with doors they consider part of their village (including player-placed doors within range).
Some zombies can break wood doors in Hard mode, but only do so to reach targeted players or villagers. Zombies have only a 5% chance to spawn with the ability to break doors, and will only attempt to break wood doors which are in their "closed" state, even if a door is placed so that its "open" state blocks access (for example, by facing sideways when placing a door so that it allows passage when closed and blocks passage when open).
Iron doors can only be opened with redstone power (a button, a redstone circuit, etc.). Villagers and zombies cannot affect an iron door except by accidentally stepping on a pressure plate.
Redstone component
Both wood and iron doors can be controlled with redstone power.
A door is a redstone mechanism component and can be activated by:
- an adjacent active power component, including above or below: for example, a redstone torch, a block of redstone, a daylight sensor, etc.
- an adjacent powered block (for example, a block with an active redstone torch under it), including above or below
- a powered redstone comparator or redstone repeater facing the door
- powered redstone dust configured to point at the door or a directionless "dot" next to it; a door is not activated by adjacent powered redstone dust which is configured to point in another direction.
All methods of activating a door can be applied to either the top or bottom parts of a door.
When activated, a door will immediately "rotate" around its hinge side to its open state. When deactivated, a door immediately returns to its closed state.
An activated wood door can still be closed by a player or villager, and won't re-open until it receives a new activation signal (if a door has been closed "by hand", it still needs to be deactivated and then reactivated to open by redstone).
Data values
A door's type is defined by its ID name, and its orientation and status are stored in the block data of its top and bottom halves. A door also has a block state which is expected to replace the functionality of block data in a future version.
ID
A door's ID defines what type of door it is.
Door/ID
Block data
A door specifies its hinge side in the block data of its upper block, and its facing and opened status in the block data of its lower block.
| Bits | Description |
|---|---|
| 0x1 | 0 if hinge is on the left (the default), 1 if on the right |
| 0x2 | 0 if unpowered, 1 if powered |
| 0x4 | (unused) |
| 0x8 | Always 1 for the upper part of a door. |
| Bits | Description |
|---|---|
| 0x1 0x2 |
Two bits storing a value from 0 to 3 specifying the direction the door is facing:
|
| 0x4 | 0 if the entire door is closed, 1 if open. |
| 0x8 | Always 0 for the lower part of a door. |
Block state
| Name | Default value | Allowed values | Description |
|---|---|---|---|
| facing | north | eastnorthsouthwest | The direction the door's "inside" is facing. The direction the player faces while placing the door. For example, a door facing east occupies the west part of its block when closed. |
| half | lower | lowerupper | Identifies which part of the door the block is. |
| hinge | left | leftright | Identifies the side the hinge is on (when facing the same direction as the door's inside). |
| open | false | falsetrue | True if the door is currently open. |
| powered | false | falsetrue | True if the door is currently powered by redstone. |
Bedrock Edition:
Lower Door Block:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | 0x10x2 | 0 | 0123 | 0123 | The direction the door's "inside" is facing. The direction the player faces while placing the door. For example, a door facing east occupies the west part of its block when closed.
|
| door_hinge_bit | — [sic] | false | falsetrue | 00 [sic] | Identifies the side the hinge is on (when facing the same direction as the door's inside). false if hinge is on the left (the default), true if on the right. Lower door block has the same aux value when it is opened and closed. |
| open_bit | 0x4 | false | falsetrue | 01 | True if the door is currently open. |
| upper_block_bit | 0x8 | false | falsetrue | 01 | Always false for the lower part of a door. |
Upper Door Block:
| Name | Metadata Bits | Default value | Allowed values | Values for Metadata Bits |
Description |
|---|---|---|---|---|---|
| direction | — [sic] | 0 | 0123 | 0000 [sic] | The direction the door's "inside" is facing. The direction the player faces while placing the door. For example, a door facing east occupies the west part of its block when closed.
|
| door_hinge_bit | — [sic] | false | falsetrue | 0Unsupported | Identifies the side the hinge is on (when facing the same direction as the door's inside). false if hinge is on the left (the default), true if on the right. Upper door block doesn't support aux value when its hinge is on the right. |
| open_bit | — [sic] | false | falsetrue | 00 [sic] | True if the door is currently open. Lower door block has the same aux value when it is opened and closed. |
| upper_block_bit | 0x8 | false | falsetrue | 01 | Always true for the upper part of a door. |
Video
Door/video
History
| Infdev | |||||
|---|---|---|---|---|---|
| June 7, 2010 | File:Olddoorsprite.png Added wooden doors. Side used wooden planks texture and inventory texture did not have holes. | ||||
| June 8, 2010 | Doors got smarter rotation logic. | ||||
| a | |||||
| 1.0.1 | File:Door iron old.png Added iron doors. Before this update, wooden doors had two textures. One for facing left, and one for facing right. The one facing left was replaced with the iron door texture; doors now reverse the facing right texture for other directions. | ||||
| File:Door wood old.png Inventory texture changed to make it match with the actual door in general. | |||||
| b | |||||
| 1.7.3 | Doors no longer make missing texture particles while being mined. | ||||
| 1.8 | Doors would not make a sound when opened or closed. | ||||
| Doors occur naturally in villages and strongholds. | |||||
| Sound Update | Door opening and closing sounds changed. | ||||
| release | |||||
| 1.2.1 | 12w05b | Villagers can now open and close doors. | |||
| 12w06a | Zombies can break wooden doors. | ||||
| Doors have been changed to properly detect if they are open or closed. Placing two pressure plates directly in front of doors and stepping on them will open them correctly. | |||||
| 1.7.2 | 13w37a | Block IDs 64 (wood door) and 71 (iron door) were removed from the /give command. | |||
| 1.8 | December 13, 2013 | Jeb tweeted an image showing that the crafting recipes for doors will be changed so that 3 doors are crafted at once. Doors will also be stackable to 64. | |||
| 14w02a | Doors are stackable to 64. | ||||
| Crafting recipe now yields 3 doors instead of 1. | |||||
| August 8, 2014 | TheMogMiner tweeted an image showing new types of wood doors. | ||||
| 14w32d | File:Door Spruce First.pngFile:Door Birch First.pngFile:Door Jungle First.pngFile:Door Acacia First.pngFile:Door Dark Oak First.png New types of wood doors added: spruce, birch, jungle, acacia and dark oak. | ||||
| 14w33a | Original wooden door (Door) renamed to Oak Door. | ||||
| File:Door spruce old.pngFile:Door birch old.pngFile:Door jungle old.pngFile:Door acacia old.pngFile:Door dark oak old.png Item textures of new doors changed to match the dimensions of oak and iron doors. | |||||
| Jungle and acacia door block textures no longer have inner faces in the holes in their models. | |||||
| 14w33b | File:Grid Spruce Door.pngFile:Grid Birch Door.pngFile:Grid Jungle Door.pngFile:Grid Acacia Door.pngFile:Grid Dark Oak Door.pngFile:Grid Oak Door.pngFile:Grid Iron Door.png All item textures changed, now have hinges on the left and handles on the right. | ||||
| 1.9 | 15w31a | Shading on the block textures of acacia, birch, dark oak and jungle doors are changed, so that the shadow is in the upper left and the highlight is in the lower right. | |||
| 15w49a | Doors are now placed facing left/right depending on which half of the block you click on, unless neighboring doors cause them to place a certain way. | ||||
| Pocket Edition Alpha | |||||
| 0.2.0 | File:Door wood old.pngFile:Door iron old.png Added oak and iron doors, the latter unobtainable. | ||||
| 0.8.0 | build 2 | Updated iron door texture (pre-1.8). | |||
| 0.11.0 | build 1 | Door renamed to Oak Door. | |||
| 0.12.1 | build 1 | Doors are stackable to 64. | |||
| Crafting recipe now yields 3 doors instead of 1. | |||||
| Zombies can now break down wooden doors. | |||||
| Oak doors can now be opened by villagers. | |||||
| 0.13.0 | build 1 | File:Grid Spruce Door.pngFile:Grid Birch Door.pngFile:Grid Jungle Door.pngFile:Grid Acacia Door.pngFile:Grid Dark Oak Door.png Added spruce, birch, jungle, acacia and dark oak doors. | |||
| Iron doors are now available in the Creative mode inventory. | |||||
| Added crafting recipe for iron doors. | |||||
| build 2 | Spruce, birch, jungle, acacia, and dark oak doors can now be opened by villagers. | ||||
| build 4 | File:Grid Oak Door.pngFile:Grid Iron Door.png Updated oak and iron doors item textures. | ||||
| Legacy Console Edition | |||||
| TU1 | 1.0 | Patch 1 | File:Door wood old.pngFile:Door iron old.png Added doors and iron doors. | ||
| TU14 | 1.04 | Doors being broken by zombies now show damage. | |||
| CU1 | 1.00 | Added doors to Xbox One, PlayStation 4, and PlayStation Vita. | |||
| TU25 | CU14 | 1.17 | File:Grid Spruce Door.pngFile:Grid Birch Door.pngFile:Grid Jungle Door.png Added spruce, birch, and jungle door variants. | ||
| Crafting recipe now yields 3 doors instead of 1. | |||||
| Original wooden door (Door) renamed to Oak Door. | |||||
| TU27 | CU15 | 1.18 | File:Grid Acacia Door.pngFile:Grid Dark Oak Door.png Added acacia and dark oak doors to the creative inventory. | ||
Issues
Issues relating to "Door" are maintained on the bug tracker. Report issues there.
Trivia
- In Pocket Edition, standing in the center of a door will mean that you can punch blocks on the other side of the door without any interference.
- Iron doors have a scar where the handle would be, as they are merely a resprited oak door.
Gallery
- 2011-10-09 22.22.35.png
Naturally occurring iron door in a stronghold.


