Files
minecraft-assets/data/minecraft/recipes/copper_block.json
2022-06-29 18:37:59 +02:00

16 lines
221 B
JSON

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