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

16 lines
240 B
JSON

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