Files
minecraft-assets/data/minecraft/recipes/weathered_cut_copper.json
2021-06-08 15:05:33 +00:00

16 lines
236 B
JSON

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