Files
minecraft-assets/data/minecraft/recipes/purpur_stairs.json
2024-04-22 10:30:43 +02:00

23 lines
339 B
JSON

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