minecraft-assets/data/minecraft/recipes/flower_pot.json

16 lines
223 B
JSON

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