Files
minecraft-assets/data/minecraft/recipes/cherry_stairs.json
2024-02-14 17:44:28 +01:00

19 lines
293 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "wooden_stairs",
"key": {
"#": {
"item": "minecraft:cherry_planks"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "minecraft:cherry_stairs"
}
}