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

15 lines
222 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:smooth_quartz"
}
},
"result": {
"item": "minecraft:smooth_quartz_slab",
"count": 6
}
}