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

25 lines
413 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": [
{
"item": "minecraft:chiseled_quartz_block"
},
{
"item": "minecraft:quartz_block"
},
{
"item": "minecraft:quartz_pillar"
}
]
},
"pattern": [
"###"
],
"result": {
"count": 6,
"item": "minecraft:quartz_slab"
},
"show_notification": true
}