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

26 lines
421 B
JSON

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