Tuff Wall
quark:tuff_wall

Tuff Wall

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

Acquisition

Crafting using Tuff, Tuff, Tuff, Tuff, Tuff and Tuff, arranged in the pattern shown. Produces 6× Tuff Wall.

Crafting conditional
Tuff Wall Tuff Wall ×6 guaranteed

Stone Cutting using Tuff. Produces Tuff Wall.

Stone Cutting conditional
Tuff Wall Tuff Wall guaranteed

Mining & drops

sourcecountchanceconditions
Tuff Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:tuff_wall
Namespace
quark
Mod ID
quark
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls
minecraft:items/walls

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:tuff"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "tuff",
        "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:tuff"
  },
  "conditions": [
    {
      "raw": {
        "flag": "tuff",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}