Difference between revisions of "Door"
m (Bruh/Angelo Wrong Spotted SoRrY/231) |
(Updated page with new format (not visible until zanz updates css and js)) |
||
Line 1: | Line 1: | ||
− | + | {{Block | |
+ | | type = Solid | ||
+ | | mine with = [[Axe]] (Wooden and Bamboo)<br/>[[Pickaxe]] (Iron) | ||
+ | | drops = Itself | ||
+ | | stackable = Yes, 64 | ||
+ | | flammable = Yes (Wooden and Bamboo)<br/>No (Iron) | ||
+ | | physics = None | ||
+ | | renewable = Yes | ||
+ | | id = wooden_door | ||
+ | | id2 = bamboo_door | ||
+ | | id3 = iron_door | ||
+ | }} | ||
− | + | The '''Doors''' are a [[Blocks|block]] that allows entities to pass through if it is interacted or powered. | |
− | [[ | + | == Obtaining == |
+ | The wooden door can be broken by hand, but using an [[Axe]] will speed up the process. | ||
− | + | {{Breaking | |
+ | | Item = Wooden Door | ||
+ | | Tool = Axe | ||
+ | | Default = 6 | ||
+ | | Wood = 2.5 | ||
+ | | Stone = 1.5 | ||
+ | | Iron = 1.5 | ||
+ | | Golden = 0.1 | ||
+ | | Diamond = 0.1 | ||
+ | }} | ||
+ | {{Breaking | ||
+ | | Item = Bamboo Door | ||
+ | | Tool = Axe | ||
+ | | Default = 6 | ||
+ | | Wood = 2.5 | ||
+ | | Stone = 1.5 | ||
+ | | Iron = 1.5 | ||
+ | | Golden = 0.1 | ||
+ | | Diamond = 0.1 | ||
+ | }} | ||
+ | {{Breaking | ||
+ | | Item = Iron Door | ||
+ | | Tool = Pickaxe | ||
+ | | Default = 12 | ||
+ | | Wood = 6 | ||
+ | | Stone = 2.5 | ||
+ | | Iron = 0.7 | ||
+ | | Golden = 0.7 | ||
+ | | Diamond = 0.1 | ||
+ | | Obsidian = 0.1 | ||
+ | }} | ||
− | [[Bamboo | + | === Crafting === |
+ | The doors can be crafted using the [[Crafting Table|crafting table]], and making two columns (one after the other) with either [[Wooden Planks]], [[Bamboo]], or [[Iron Ingot]]s. | ||
+ | {{CraftBig | ||
+ | |animation-sync = true | ||
+ | |A1-animated = true | ||
+ | |A1-name1 = Wooden Planks | ||
+ | |A1-name2 = Bamboo | ||
+ | |A1-name3 = Iron Ingot | ||
+ | <!-- --> | ||
+ | |A2-animated = true | ||
+ | |A2-name1 = Wooden Planks | ||
+ | |A2-name2 = Bamboo | ||
+ | |A2-name3 = Iron Ingot | ||
+ | <!-- --> | ||
+ | |B1-animated = true | ||
+ | |B1-name1 = Wooden Planks | ||
+ | |B1-name2 = Bamboo | ||
+ | |B1-name3 = Iron Ingot | ||
+ | <!-- --> | ||
+ | |B2-animated = true | ||
+ | |B2-name1 = Wooden Planks | ||
+ | |B2-name2 = Bamboo | ||
+ | |B2-name3 = Iron Ingot | ||
+ | <!-- --> | ||
+ | |C1-animated = true | ||
+ | |C1-name1 = Wooden Planks | ||
+ | |C1-name2 = Bamboo | ||
+ | |C1-name3 = Iron Ingot | ||
+ | <!-- --> | ||
+ | |C2-animated = true | ||
+ | |C2-name1 = Wooden Planks | ||
+ | |C2-name2 = Bamboo | ||
+ | |C2-name3 = Iron Ingot | ||
+ | <!-- --> | ||
+ | |output-animated = true | ||
+ | |output-name1 = Wooden Door | ||
+ | |output-name2 = Bamboo Door | ||
+ | |output-name3 = Iron Door | ||
+ | }} | ||
− | == | + | == Usage == |
+ | All doors are two blocks high, and can be opened by [[the player]], while [[:Category:Hostile mobs|hostile mobs]] can destroy it (except for the iron door). | ||
− | + | When the door is closed, it will have less than a fourth of a block in width, while when it is opened, it will occupy a full block. While wooden and bamboo doors can be opened by interacting with it, iron doors require to be powered to open (for example: by using a [[button]], a [[Pressure Plate|pressure plate]], or a [[Redstone Torch|redstone torch]] near it). | |
− | |||
− | + | === Placement === | |
− | [[ | + | Doors can not be moved with [[piston]]s nor with [[Sticky Piston|sticky pistons]], and needs to have a solid block below for it to be placed. |
+ | |||
+ | Wooden and bamboo doors will catch fire if it's close to [[lava]] or any other fire source, while the iron one won't. | ||
+ | |||
+ | == Task == | ||
+ | {{Tasks|33=}} | ||
+ | |||
+ | == History == | ||
+ | {| class="wikitable" | ||
+ | ! Version | ||
+ | ! Date | ||
+ | ! Changes | ||
+ | |- | ||
+ | ! [[First 3 Weeks|Prior to 1.4.34]] | ||
+ | ! ''[[First 3 Weeks#Day 11|Day 11]]'' | ||
+ | | | ||
+ | * Added doors | ||
+ | |- | ||
+ | ! [[First 3 Weeks|Prior to 1.4.34]] | ||
+ | ! ''[[First 3 Weeks#Day 16|Day 16]]'' | ||
+ | | | ||
+ | * Doors make sounds | ||
+ | * Fixed doors | ||
+ | |- | ||
+ | ! [[Version History#1.7|1.7]] | ||
+ | ! ''Unknown release date'' | ||
+ | | | ||
+ | * Door can now face two different directions | ||
+ | |- | ||
+ | ! [[Version History#1.8.8|1.8.8]] | ||
+ | ! Jul 29, 2011 | ||
+ | | | ||
+ | * Redstone can be used to open/close doors | ||
+ | |- | ||
+ | ! [[Version History#1.19|1.19]] | ||
+ | ! ''Unknown release date'' | ||
+ | | | ||
+ | * Misplacing a door doesn't remove it | ||
+ | |- | ||
+ | ! [[Version History#1.23|1.23]] | ||
+ | ! Oct 31, 2013 | ||
+ | | | ||
+ | * You can open doors with items like seeds in your hand | ||
+ | |- | ||
+ | ! [[Version History#1.27|1.27]] | ||
+ | ! Nov 13, 2015 | ||
+ | | | ||
+ | * Fixed doors being pushed by pistons (Found by Aftermoth) | ||
+ | |} | ||
+ | |||
+ | == See also == | ||
+ | *[[Trap door]] | ||
+ | *[[Wooden Planks]] | ||
+ | |||
+ | {{Blocks|Decorations}} |
Revision as of 14:19, 3 January 2022
Door | |
---|---|
Type: | Solid |
Mine with: | Axe (Wooden and Bamboo) Pickaxe (Iron) |
Drops: | Itself |
Stackable: | Yes, 64 |
Flammable: | Yes (Wooden and Bamboo) No (Iron) |
Physics: | None |
Renewable: | Yes |
Identifiers: | wooden_door bamboo_door iron_door |
The Doors are a block that allows entities to pass through if it is interacted or powered.
Obtaining
The wooden door can be broken by hand, but using an Axe will speed up the process.
Breaking time: Wooden Door | |||||||
---|---|---|---|---|---|---|---|
Tool | Default | ||||||
Time | 6s | 2.5s | 1.5s | 1.5s | 0.1s | 0.1s |
Breaking time: Bamboo Door | |||||||
---|---|---|---|---|---|---|---|
Tool | Default | ||||||
Time | 6s | 2.5s | 1.5s | 1.5s | 0.1s | 0.1s |
Breaking time: Iron Door | |||||||
---|---|---|---|---|---|---|---|
Tool | Default | ||||||
Time | 12s | 6s | 2.5s | 0.7s | 0.7s | 0.1s |
Crafting
The doors can be crafted using the crafting table, and making two columns (one after the other) with either Wooden Planks, Bamboo, or Iron Ingots.
Usage
All doors are two blocks high, and can be opened by the player, while hostile mobs can destroy it (except for the iron door).
When the door is closed, it will have less than a fourth of a block in width, while when it is opened, it will occupy a full block. While wooden and bamboo doors can be opened by interacting with it, iron doors require to be powered to open (for example: by using a button, a pressure plate, or a redstone torch near it).
Placement
Doors can not be moved with pistons nor with sticky pistons, and needs to have a solid block below for it to be placed.
Wooden and bamboo doors will catch fire if it's close to lava or any other fire source, while the iron one won't.
Task
Number | Icon[ng] | Name | Newgrounds name | Description [ng] | Objective | Points[ng] | Requirements |
---|---|---|---|---|---|---|---|
33 | Open a door with wiring | Open Door with Wiring | Open a door with redstone or a pressure plate! | Open a door with a redstone torch, button, lever, or with a pressure plate | 5 | ×1 ×1 [ / / / ] |
History
Version | Date | Changes |
---|---|---|
Prior to 1.4.34 | Day 11 |
|
Prior to 1.4.34 | Day 16 |
|
1.7 | Unknown release date |
|
1.8.8 | Jul 29, 2011 |
|
1.19 | Unknown release date |
|
1.23 | Oct 31, 2013 |
|
1.27 | Nov 13, 2015 |
|