17 lines
226 B
JSON
17 lines
226 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
"# ",
|
|
"## ",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:cobblestone"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:stone_stairs",
|
|
"count": 4
|
|
}
|
|
} |