-
Notifications
You must be signed in to change notification settings - Fork 607
Door
SmallJoker edited this page Jun 28, 2026
·
2 revisions
Doors occupy two blocks in the world. They act as barriers that can be crafted, placed, opened and closed by the player.
Use to open the door, and use again to close it. For all interactions, the “interact” privilege (a default privilege) is required for this. Doors made from steel are owned.
If there is not enough space to place a door (1x2), the door can't be placed.
Normally, every door you place has its hinge on the left side. If you place two doors next to each other, the first one left, the second one right, they will create a double door, with both doors having the hinge outwards.
Depending on the door type, doors have differnt properties:
- Owned: This door is owned by its placer. It can only be opened or closed by its owner or someone who has a matching key. Owned doors are also immune to explosions
- Flammable: Burned by Fire
| Name | Owned | Flammable | Itemstring | |
|---|---|---|---|---|
| 32px | Wooden Door | No | Yes | doors:door_wood |
| 32px | Glass Door | No | No | doors:door_glass |
| 32px | Obsidian Glass Door | No | No | doors:door_obsidian_glass |
| 32px | Steel Door | Yes | No | doors:door_steel |
| 32px | Steel Bar Door | Yes | No | xpanes:door_steel_bar |
| Name | Ingredients | Input → Output |
|---|---|---|
| Wooden Door | Any kind of wood | |
| Glass Door | Glass | |
| Obsidian Glass Door | Obsidian Glass | |
| Steel Door | Steel Ingot | |
| Steel Bar Door | Steel Bars |