Rusty Iron Plate Stairs
quark:rusty_iron_plate_stairs

Rusty Iron Plate Stairs

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Needs Stone ToolPickaxe MineableStairsStairs

Acquisition

Crafting using Rusty Iron Plate, Rusty Iron Plate, Rusty Iron Plate, Rusty Iron Plate, Rusty Iron Plate and Rusty Iron Plate, arranged in the pattern shown. Produces 4× Rusty Iron Plate Stairs.

Crafting conditional
Rusty Iron Plate Stairs Rusty Iron Plate Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Rusty Iron Plate Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:rusty_iron_plate_stairs
Namespace
quark
Mod ID
quark
Tags (4)
forge:blocks/needs_stone_tool
minecraft:blocks/mineable/pickaxe
minecraft:blocks/stairs
minecraft:items/stairs

Recipe JSON (2):

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