Crafting using Mud Brick Slab and Mud Brick Slab, arranged in the pattern shown. Produces Mud Pillar.

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

Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Mud Pillar | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
quark:mud_pillar- 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
}
