Files
minecraft-assets/data/minecraft/recipe/purpur_stairs.json
2025-02-26 18:31:02 +01:00

19 lines
287 B
JSON

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