Stone Cutting using Polished Shale. Produces Shale Brick Vertical Slab.
Shale Brick Vertical Slab
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Stone Cutting using Shale Bricks. Produces Shale Brick Vertical Slab.
Stone Cutting using Shale. Produces Shale Brick Vertical Slab.
Crafting using Shale Brick Slab, Shale Brick Slab and Shale Brick Slab, arranged in the pattern shown. Produces 3× Shale Brick Vertical Slab.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Shale Brick Vertical Slab | 1–1 | 100% | — |
Used in (1)
Crafting using Shale Brick Vertical Slab, in any arrangement. Produces Shale Brick Slab.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:shale_bricks_vertical_slab- Namespace
quark- Mod ID
quark- Tags (3)
minecraft:blocks/mineable/pickaxe quark:blocks/vertical_slab quark:items/vertical_slab
Recipe JSON (4):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "quark:polished_shale"
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "stone_bricks",
"type": "quark:flag"
},
{
"flag": "shale",
"type": "quark:flag"
},
{
"flag": "vertical_slabs",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "quark:shale_bricks"
},
"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:shale"
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "stone_bricks",
"type": "quark:flag"
},
{
"flag": "shale",
"type": "quark:flag"
},
{
"flag": "vertical_slabs",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#",
"#"
],
"ingredients": {
"#": {
"item": "quark:shale_bricks_slab"
}
},
"conditions": [
{
"raw": {
"flag": "vertical_slabs",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}


