Files
minecraft-assets/data/minecraft/recipe/weathered_copper_grate.json
2024-10-16 18:32:00 +02:00

16 lines
253 B
JSON

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