quark:mud_brick_lattice

Mud Brick Lattice

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

Acquisition

Stone Cutting using Mud Bricks. Produces Mud Brick Lattice.

Stone Cutting conditional
Mud Brick Lattice guaranteed

Crafting using Mud Bricks, Mud Bricks, Mud Bricks and Mud Bricks, arranged in the pattern shown. Produces 4× Mud Brick Lattice.

Crafting conditional
Mud Brick Lattice ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Mud Brick Lattice1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:mud_brick_lattice
Namespace
quark
Mod ID
quark
Tags (1)
minecraft: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
}