minecraft-src/data/minecraft/recipe/exposed_copper_grate.json
2025-07-04 01:41:11 +03:00

18 lines
No EOL
271 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"M": {
"item": "minecraft:exposed_copper"
}
},
"pattern": [
" M ",
"M M",
" M "
],
"result": {
"count": 4,
"id": "minecraft:exposed_copper_grate"
}
}