Red Nether Brick Stairs
minecraft:red_nether_brick_stairs

Red Nether Brick Stairs

Minecraft · by Mojang Studios
block Pickaxe MineableStairsStairs

Acquisition

Crafting using Red Nether Bricks, Red Nether Bricks, Red Nether Bricks, Red Nether Bricks, Red Nether Bricks and Red Nether Bricks, arranged in the pattern shown. Produces 4× Red Nether Brick Stairs.

Crafting
Red Nether Brick Stairs Red Nether Brick Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Red Nether Brick Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#  ",
    "## ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:red_nether_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:red_nether_bricks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}