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

21 lines
No EOL
315 B
JSON

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