Stone Cutting using Cobblestone. Produces Cobblestone Bricks.


Stone Cutting using Cobblestone. Produces Cobblestone Bricks.

Crafting using Cobblestone, Cobblestone, Cobblestone and Cobblestone, arranged in the pattern shown. Produces 4× Cobblestone Bricks.
| source | count | chance | conditions |
|---|---|---|---|
| Cobblestone Bricks | 1–1 | 100% | Survives Explosion |
Stone Cutting using Cobblestone Bricks. Produces Cobblestone Brick Vertical Slab.
Crafting using Cobblestone Bricks, Cobblestone Bricks, Cobblestone Bricks, Cobblestone Bricks, Cobblestone Bricks and Cobblestone Bricks, arranged in the pattern shown. Produces 6× Cobblestone Brick Wall.
Stone Cutting using Cobblestone Bricks. Produces Cobblestone Brick Slab.
Stone Cutting using Cobblestone Bricks. Produces Cobblestone Brick Wall.
Smelting using Cobblestone Bricks (200 ticks, 0.1 xp). Produces Stone Bricks.
200 ticks· 0.1 xp

Drops itself when broken.
quark:cobblestone_bricksquarkquarkminecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "minecraft:cobblestone"
},
"conditions": [
{
"raw": {
"flag": "cobblestone_bricks",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"ingredients": {
"#": {
"item": "minecraft:cobblestone"
}
},
"conditions": [
{
"raw": {
"flag": "cobblestone_bricks",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}