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

20 lines
316 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "wooden_stairs",
"key": {
"#": {
"item": "minecraft:oak_planks"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "minecraft:oak_stairs"
},
"show_notification": true
}