Crafting using Mangrove Slab, Mangrove Slab, Mangrove Slab, Stick, Stick, Stick, Stick, Stick and Stick, arranged in the pattern shown. Produces 3× Mangrove Blinds.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Mangrove Blinds | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
mcwwindows:mangrove_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:mangrove_slab"
},
"B": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": "blinds",
"experience": null,
"cooking_time": null
}