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

23 lines
341 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": [
{
"item": "minecraft:purpur_block"
},
{
"item": "minecraft:purpur_pillar"
}
]
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"item": "minecraft:purpur_stairs"
}
}