Stone Cutting using Shale. Produces Chiseled Shale Bricks.


Stone Cutting using Shale. Produces Chiseled Shale Bricks.

Crafting using Shale Brick Slab and Shale Brick Slab, arranged in the pattern shown. Produces Chiseled Shale Bricks.
| source | count | chance | conditions |
|---|---|---|---|
| Chiseled Shale Bricks | 1–1 | 100% | Survives Explosion |
Drops itself when broken.
quark:chiseled_shale_bricksquarkquarkminecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "quark:shale"
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "stone_bricks",
"type": "quark:flag"
},
{
"flag": "stone_chiseled",
"type": "quark:flag"
},
{
"flag": "shale",
"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": {
"type": "forge:and",
"values": [
{
"flag": "stone_bricks",
"type": "quark:flag"
},
{
"flag": "stone_chiseled",
"type": "quark:flag"
},
{
"flag": "shale",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}