Stone Cutting using Cinder Block. Produces Cinder Block Stairs.
Cinder Block Stairs
Alex's Caves · by Alexthe668, Noonyeyz
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Cinder Block Stairs | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
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
}
