Stone Cutting using Mud Bricks. Produces Mud Brick Lattice.


Stone Cutting using Mud Bricks. Produces Mud Brick Lattice.

Crafting using Mud Bricks, Mud Bricks, Mud Bricks and Mud Bricks, arranged in the pattern shown. Produces 4× Mud Brick Lattice.
| source | count | chance | conditions |
|---|---|---|---|
| Mud Brick Lattice | 1–1 | 100% | Survives Explosion |
Drops itself when broken.
quark:mud_brick_latticequarkquarkminecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"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
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"# #",
" # "
],
"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
}