quark:carved_mud_bricks

Carved Mud Bricks

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

Acquisition

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.

Crafting conditional
Mud Brick Slab
Mud Brick Slab
Mud Brick Slab
Mud Brick Slab
Carved Mud Bricks ×2 guaranteed

Stone Cutting using Mud Bricks. Produces Carved Mud Bricks.

Stone Cutting conditional
Carved Mud Bricks guaranteed

Mining & drops

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