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