Cinder Block Stairs
alexscaves:cinder_block_stairs

Cinder Block Stairs

Alex's Caves · by Alexthe668, Noonyeyz
block Pickaxe MineableNeeds Stone ToolStairsStairs

Cinder Block Stairs is a block from Alex's Caves, crafted from Cinder Block.

Acquisition

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

Crafting
Cinder Block Stairs Cinder Block Stairs ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Cinder Block Stairs1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "alexscaves:cinder_block"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "G  ",
    "GG ",
    "GGG"
  ],
  "ingredients": {
    "G": {
      "item": "alexscaves:cinder_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}