Bronze Stairs
techreborn:bronze_storage_block_stairs

Bronze Stairs

Tech Reborn · by Team Reborn, modmuss50, drcrazy
block Pickaxe MineableStairsStairs

Acquisition

Crafting using Block of Bronze, Block of Bronze, Block of Bronze, Block of Bronze, Block of Bronze and Block of Bronze, arranged in the pattern shown. Produces 4× Bronze Stairs.

Crafting
Bronze Stairs Bronze Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Bronze Stairs1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Bronze Stairs1–1100%Survives Explosion
Developer reference
Registry name
techreborn:bronze_storage_block_stairs
Namespace
techreborn
Mod ID
techreborn
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/stairs
minecraft:items/stairs

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "c:bronze_blocks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X  ",
    "XX ",
    "XXX"
  ],
  "ingredients": {
    "X": {
      "tag": "c:bronze_blocks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}