minecraft-src/data/minecraft/recipe/purpur_stairs.json
2025-07-04 01:41:11 +03:00

23 lines
No EOL
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"
}
}