Blue Banner
minecraft:blue_banner

Blue Banner

Dye Color:
Minecraft · by Mojang Studios
block BannersBanners

Acquisition

Crafting using Blue Wool, Blue Wool, Blue Wool, Blue Wool, Blue Wool, Blue Wool and Stick, arranged in the pattern shown. Produces Blue Banner.

Crafting
Blue Banner Blue Banner guaranteed

Mining & drops

sourcecountchanceconditions
Blue Banner1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:blue_banner
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/banners
minecraft:items/banners

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    " | "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:blue_wool"
    },
    "|": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "banner",
  "experience": null,
  "cooking_time": null
}