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

17 lines
248 B
JSON

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