Files
minecraft-assets/data/minecraft/recipes/flower_pot.json
2018-12-21 06:38:40 +00:00

15 lines
191 B
JSON

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