Files
minecraft-assets/data/minecraft/recipes/waxed_cut_copper.json
2022-02-23 18:34:29 +00:00

17 lines
265 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "waxed_cut_copper",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:waxed_copper_block"
}
},
"result": {
"item": "minecraft:waxed_cut_copper",
"count": 4
}
}