19 lines
267 B
JSON
19 lines
267 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"group": "wooden_stairs",
|
|
"pattern": [
|
|
"# ",
|
|
"## ",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:planks",
|
|
"data": 1
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:spruce_stairs",
|
|
"count": 4
|
|
}
|
|
} |