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

15 lines
201 B
JSON

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