Files
minecraft-assets/data/minecraft/recipes/copper_block.json
2024-04-22 09:53:17 +02:00

18 lines
261 B
JSON

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