Files
minecraft-assets/data/minecraft/recipes/copper_block.json
2024-02-28 18:28:54 +01:00

17 lines
245 B
JSON

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