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

22 lines
315 B
JSON

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