Files
minecraft-assets/data/minecraft/recipes/copper_block.json
2020-12-02 20:03:14 +00:00

15 lines
208 B
JSON

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