Files
minecraft-assets/data/minecraft/recipes/cherry_stairs.json
2024-03-13 18:29:36 +01:00

19 lines
291 B
JSON

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