Files
minecraft-assets/data/minecraft/recipe/copper_grate.json
2024-05-29 18:31:30 +02:00

18 lines
261 B
JSON

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