Files
minecraft-assets/data/minecraft/recipes/flower_pot.json
2023-09-13 18:35:07 +02:00

17 lines
252 B
JSON

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