Files
minecraft-assets/data/minecraft/recipes/chiseled_copper.json
2023-10-25 18:29:02 +02:00

17 lines
267 B
JSON

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