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