Crafting using Brick, Brick, Brick and Brick, arranged in the pattern shown. Produces Decorated Pot.
Decorated Pot
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Decorated Pot | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:decorated_pot- Namespace
minecraft- Mod ID
minecraft
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"# #",
" # "
],
"ingredients": {
"#": {
"item": "minecraft:brick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}