Hellfire Stairs
aether:hellfire_stairs

Hellfire Stairs

The Aether · by AlphaMode, bconlon, Burning Cactus, Drullkus, Hugo Payn, Jaryt, Oscar Payn, quek, Raptor, reetam, RENREN, sunsette
block Hellfire BlocksHellfire BlocksPickaxe MineableNeeds Stone ToolStairsStairs

Acquisition

Crafting using Hellfire Stone, Hellfire Stone, Hellfire Stone, Hellfire Stone, Hellfire Stone and Hellfire Stone, arranged in the pattern shown. Produces 4× Hellfire Stairs.

Crafting
Hellfire Stairs Hellfire Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Hellfire Stairs1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
aether:hellfire_stairs
Namespace
aether
Mod ID
aether
Tags (6)
aether:blocks/hellfire_blocks
aether:items/hellfire_blocks
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool
minecraft:blocks/stairs
minecraft:items/stairs

Recipe JSON (2):

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