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

25 lines
395 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": [
{
"item": "minecraft:red_sandstone"
},
{
"item": "minecraft:chiseled_red_sandstone"
},
{
"item": "minecraft:cut_red_sandstone"
}
]
},
"result": {
"item": "minecraft:red_sandstone_stairs",
"count": 4
}
}