Files
minecraft-assets/data/minecraft/recipes/smooth_quartz_slab.json
2022-05-04 18:38:43 +02:00

15 lines
222 B
JSON

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