Files
minecraft-assets/data/minecraft/recipes/waxed_cut_copper.json
2021-04-14 18:32:33 +00:00

16 lines
234 B
JSON

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