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

21 lines
317 B
JSON

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