minecraft-assets/data/minecraft/recipes/granite_stairs.json

17 lines
234 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:granite"
}
},
"result": {
"item": "minecraft:granite_stairs",
"count": 4
}
}