Files
minecraft-assets/data/minecraft/recipes/copper_block.json
2022-11-30 18:37:49 +01:00

17 lines
247 B
JSON

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