quark:mud_pillar

Mud Pillar

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe Mineable

Acquisition

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

Crafting conditional
Mud Brick Slab
Mud Brick Slab
Mud Pillar guaranteed

Mining & drops

sourcecountchanceconditions
Mud Pillar1–1100%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
}