minecraft-src/data/minecraft/recipe/copper_grate.json
2025-07-04 02:00:41 +03:00

16 lines
No EOL
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"
}
}