Files
minecraft-assets/data/minecraft/recipes/oak_stairs.json
2023-03-22 18:51:17 +01:00

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
}