Files
minecraft-assets/data/minecraft/recipes/chiseled_quartz_block.json
2023-05-24 18:29:03 +02:00

17 lines
269 B
JSON

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