Files
minecraft-assets/data/minecraft/recipe/waxed_copper_grate.json
2024-08-07 18:31:40 +02:00

18 lines
273 B
JSON

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