Decorated Pot
minecraft:decorated_pot

Decorated Pot

Minecraft · by Mojang Studios
block

Acquisition

Crafting using Brick, Brick, Brick and Brick, arranged in the pattern shown. Produces Decorated Pot.

Crafting
Brick
Brick
Brick
Brick
Decorated Pot Decorated Pot guaranteed

Mining & drops

sourcecountchanceconditions
Decorated Pot1–1100%

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
}