Files
minecraft-assets/data/minecraft/recipes/polished_blackstone_stairs.json
2025-02-03 11:41:59 +01:00

18 lines
282 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:polished_blackstone_stairs"
}
}