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

23 lines
358 B
JSON

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