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

18 lines
257 B
JSON

{
"type": "crafting_shaped",
"group": "wooden_stairs",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:acacia_planks"
}
},
"result": {
"item": "minecraft:acacia_stairs",
"count": 4
}
}