Files
minecraft-assets/data/minecraft/recipe/copper_grate.json
2025-02-19 18:31:59 +01:00

16 lines
239 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"M": "minecraft:copper_block"
},
"pattern": [
" M ",
"M M",
" M "
],
"result": {
"count": 4,
"id": "minecraft:copper_grate"
}
}