Yellow Terracotta Shingle Stairs
quark:yellow_shingles_stairs

Yellow Terracotta Shingle Stairs

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

Acquisition

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

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

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

Stone Cutting conditional
Yellow Terracotta Shingle Stairs Yellow Terracotta Shingle Stairs guaranteed

Mining & drops

sourcecountchanceconditions
Yellow Terracotta Shingle Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:yellow_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:crafting_shaped",
  "pattern": [
    "#  ",
    "## ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:yellow_shingles"
    }
  },
  "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:yellow_shingles"
  },
  "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": "minecraft:yellow_terracotta"
  },
  "conditions": [
    {
      "raw": {
        "flag": "shingles",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}