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