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

17 lines
No EOL
237 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:brick"
}
},
"pattern": [
"# #",
" # "
],
"result": {
"count": 1,
"id": "minecraft:flower_pot"
}
}