2024-12-17 02:08:01 +03:00

19 lines
267 B
JSON

{
"type": "crafting_shaped",
"group": "wooden_stairs",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:planks",
"data": 3
}
},
"result": {
"item": "minecraft:jungle_stairs",
"count": 4
}
}