Polished Tuff Stairs
quark:polished_tuff_stairs

Polished Tuff Stairs

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

Acquisition

Stone Cutting using Tuff. Produces Polished Tuff Stairs.

Stone Cutting conditional
Polished Tuff Stairs Polished Tuff Stairs guaranteed

Crafting using Polished Tuff, Polished Tuff, Polished Tuff, Polished Tuff, Polished Tuff and Polished Tuff, arranged in the pattern shown. Produces 4× Polished Tuff Stairs.

Crafting conditional
Polished Tuff Stairs Polished Tuff Stairs ×4 guaranteed

Stone Cutting using Polished Tuff. Produces Polished Tuff Stairs.

Stone Cutting conditional
Polished Tuff Stairs Polished Tuff Stairs guaranteed

Mining & drops

sourcecountchanceconditions
Polished Tuff Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (3):

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