Crafting using Mud Brick Slab, Mud Brick Slab, Mud Brick Slab and Mud Brick Slab, arranged in the pattern shown. Produces 2× Carved Mud Bricks.

Carved Mud Bricks
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Stone Cutting using Mud Bricks. Produces Carved Mud Bricks.

Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Carved Mud Bricks | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
quark:carved_mud_bricks- Namespace
quark- Mod ID
quark- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"ingredients": {
"#": {
"item": "minecraft:mud_brick_slab"
}
},
"conditions": [
{
"raw": {
"flag": "more_mud_blocks",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:stonecutting",
"pattern": null,
"ingredients": {
"item": "minecraft:mud_bricks"
},
"conditions": [
{
"raw": {
"flag": "more_mud_blocks",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
