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

16 lines
222 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:copper_block"
}
},
"result": {
"item": "minecraft:cut_copper",
"count": 4
}
}