Crafting using Birch Slab, Birch Slab, Birch Slab, Stick, Stick, Stick, Stick, Stick and Stick, arranged in the pattern shown. Produces 3× Birch Blinds.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Birch Blinds | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
mcwwindows:birch_blinds- Namespace
mcwwindows- Mod ID
mcwwindows- Tags (2)
mcwwindows:blocks/blinds minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"AAA",
"BBB",
"BBB"
],
"ingredients": {
"A": {
"item": "minecraft:birch_slab"
},
"B": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": "blinds",
"experience": null,
"cooking_time": null
}