Crafting using Warped Planks, Glass Pane, Glass Pane, Glass Pane, Warped Planks and Glass Pane, arranged in the pattern shown. Produces 3× Warped Glass Door.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Warped Glass Door | 1–1 | 100% | Survives Explosion, Block State Property |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Warped Glass Door | 1–1 | 100% | Survives Explosion, Block State Property |
Related items
Developer reference
- Registry name
mcwdoors:warped_glass_door- Namespace
mcwdoors- Mod ID
mcwdoors- Tags (4)
mcwdoors:blocks/glass_doors minecraft:blocks/mineable/axe minecraft:blocks/wooden_doors minecraft:items/wooden_doors
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"AB",
"BB",
"AB"
],
"ingredients": {
"A": {
"item": "minecraft:warped_planks"
},
"B": {
"item": "minecraft:glass_pane"
}
},
"conditions": [],
"sequence": null,
"group_name": "glassed",
"experience": null,
"cooking_time": null
}
