Files
minecraft-assets/data/minecraft/recipes/cut_copper_slab.json
2022-04-27 18:37:06 +00:00

15 lines
216 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:cut_copper"
}
},
"result": {
"item": "minecraft:cut_copper_slab",
"count": 6
}
}