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