White Terracotta Shingle Stairs
quark:white_shingles_stairs

White Terracotta Shingle Stairs

Dye Color:
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableStairsStairs

Acquisition

Stone Cutting using White Terracotta. Produces White Terracotta Shingle Stairs.

Stone Cutting conditional
White Terracotta Shingle Stairs White Terracotta Shingle Stairs guaranteed

Crafting using White Terracotta Shingles, White Terracotta Shingles, White Terracotta Shingles, White Terracotta Shingles, White Terracotta Shingles and White Terracotta Shingles, arranged in the pattern shown. Produces 4× White Terracotta Shingle Stairs.

Crafting conditional
White Terracotta Shingle Stairs White Terracotta Shingle Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
White Terracotta Shingle Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:white_shingles_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:white_terracotta"
  },
  "conditions": [
    {
      "raw": {
        "flag": "shingles",
        "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:white_shingles"
  },
  "conditions": [
    {
      "raw": {
        "flag": "shingles",
        "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:white_shingles"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "shingles",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}