Files
minecraft-assets/data/minecraft/recipes/flower_pot.json
2022-06-29 18:37:59 +02:00

15 lines
201 B
JSON

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