Crafting using Cherry Slab, Cherry Slab and Cherry Slab, arranged in the pattern shown. Produces 3× Cherry Vertical Slab.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Cherry Vertical Slab | 1–1 | 100% | — |
Used in (1)
Crafting using Cherry Vertical Slab, in any arrangement. Produces Cherry Slab.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:cherry_vertical_slab- Namespace
quark- Mod ID
quark- Tags (4)
quark:blocks/vertical_slab quark:blocks/wooden_vertical_slabs quark:items/vertical_slab quark:items/wooden_vertical_slabs
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#",
"#"
],
"ingredients": {
"#": {
"item": "minecraft:cherry_slab"
}
},
"conditions": [
{
"raw": {
"flag": "vertical_slabs",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}