Crafting using Iron Bars, Iron Bars, Bamboo, Bamboo, Bamboo and Bamboo, arranged in the pattern shown. Produces Bamboo Stable Door.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Bamboo Stable Door | 1–1 | 100% | Survives Explosion, Block State Property |
Used in (1)
Crafting using Bamboo Stable Door, arranged in the pattern shown. Produces Bamboo Stable Horse Door.
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Bamboo Stable Door | 1–1 | 100% | Survives Explosion, Block State Property |
Related items
Developer reference
- Registry name
mcwdoors:bamboo_stable_door- Namespace
mcwdoors- Mod ID
mcwdoors- Tags (4)
mcwdoors:blocks/stable_doors minecraft:blocks/mineable/axe minecraft:blocks/wooden_doors minecraft:items/wooden_doors
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"BB",
"AA",
"AA"
],
"ingredients": {
"A": {
"item": "minecraft:bamboo"
},
"B": {
"item": "minecraft:iron_bars"
}
},
"conditions": [],
"sequence": null,
"group_name": "stable",
"experience": null,
"cooking_time": null
}