Brewing Stand
minecraft:brewing_stand

Brewing Stand

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

Crafting using Blaze Rod, Any Stone Crafting Materials, Any Stone Crafting Materials and Any Stone Crafting Materials, arranged in the pattern shown. Produces Brewing Stand.

Crafting
Brewing Stand Brewing Stand guaranteed

Mining & drops

sourcecountchanceconditions
Brewing Stand1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:brewing_stand
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " B ",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:stone_crafting_materials"
    },
    "B": {
      "item": "minecraft:blaze_rod"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}