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

20 lines
291 B
JSON

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