Files
minecraft-assets/data/minecraft/recipes/smooth_quartz_slab.json
2018-12-21 06:39:57 +00:00

15 lines
212 B
JSON

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