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

15 lines
214 B
JSON

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