Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Ominous Banner: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 12: Line 12:
| stackable = Yes (16)
| stackable = Yes (16)
| flammable = No
| flammable = No
| waterloggable = {{jebe|No|Yes}}
| waterloggable = {{MC/JEBE|No|Yes}}
| lavasusceptible = Yes
| lavasusceptible = Yes
}}
}}
Line 20: Line 20:
=== Breaking ===
=== Breaking ===
Ominous banners can be broken with or without a [[Minecraft:tool]], but an [[Minecraft:axe]] is fastest.
Ominous banners can be broken with or without a [[Minecraft:tool]], but an [[Minecraft:axe]] is fastest.
{{breaking row|horizontal=1|Ominous Banner|Axe}}
{{MC/Breaking row|horizontal=1|Ominous Banner|Axe}}


A ominous banner also breaks and drops itself as an [[Minecraft:Item (entity)|item]] if the block the banner is attached to is moved, removed, or destroyed.
A ominous banner also breaks and drops itself as an [[Minecraft:Item (entity)|item]] if the block the banner is attached to is moved, removed, or destroyed.
Line 27: Line 27:
Ominous banners are carried by raid captains.<br> They are located in pillager outposts.
Ominous banners are carried by raid captains.<br> They are located in pillager outposts.


{{IN|java}}, the ominous banner cannot be crafted or copied because the design uses 8 patterns.
{{MC/In|java}}, the ominous banner cannot be crafted or copied because the design uses 8 patterns.


{{IN|bedrock}}, the ominous banner is a separate type that cannot be placed in a loom.
{{MC/In|bedrock}}, the ominous banner is a separate type that cannot be placed in a loom.


Ominous banners have the following pattern:
Ominous banners have the following pattern:
Line 51: Line 51:


== Usage ==
== Usage ==
{{see also|Banner#Usage}}
{{MC/See also|Banner#Usage}}
Ominous banners are a special type of banner in the game as they have more than 6 patterns, and as such cannot be crafted. Ominous banners have the same placement functionality as regular banners.
Ominous banners are a special type of banner in the game as they have more than 6 patterns, and as such cannot be crafted. Ominous banners have the same placement functionality as regular banners.


=== Helmet ===
=== Helmet ===
{{exclusive|java|section=13}}
{{MC/Exclusive|java|section=13}}
While an ominous banner cannot be equipped in the [[Minecraft:Helmet|head slot]] in Survival mode, equipping it using commands causes it to appear on top of the player. This is how raid captains wear banners{{only|java|short=1}}.
While an ominous banner cannot be equipped in the [[Minecraft:Helmet|head slot]] in Survival mode, equipping it using commands causes it to appear on top of the player. This is how raid captains wear banners{{only|java|short=1}}.


=== Chestplate ===
=== Chestplate ===
{{exclusive|bedrock|section=13}}
{{MC/Exclusive|bedrock|section=13}}
While an ominous banner cannot be equipped in the [[Minecraft:chestplate]] slot in Survival mode, equipping it using NBT editors causes it to appear on top of the player. This is how raid captains wear banners{{only|bedrock|education|short=1}}.
While an ominous banner cannot be equipped in the [[Minecraft:chestplate]] slot in Survival mode, equipping it using NBT editors causes it to appear on top of the player. This is how raid captains wear banners{{only|bedrock|education|short=1}}.


Line 85: Line 85:


=== Map marker ===
=== Map marker ===
{{exclusive|java|section=13}}
{{MC/Exclusive|java|section=13}}
Like regular banners, ominous banners can also serve as a map marker, having the same functionality as regular banners when used for marking points on a map.
Like regular banners, ominous banners can also serve as a map marker, having the same functionality as regular banners when used for marking points on a map.


=== Renaming ===
=== Renaming ===
An ominous banner can be given a custom name that remains as the ominous banner is placed and retrieved. The player can use an [[Minecraft:anvil]] to rename the ominous banner item, or may change the <code>CustomName</code> tag using the {{cmd|data}} command on the ominous banner block.
An ominous banner can be given a custom name that remains as the ominous banner is placed and retrieved. The player can use an [[Minecraft:anvil]] to rename the ominous banner item, or may change the <code>CustomName</code> tag using the {{MC/Cmd|data}} command on the ominous banner block.


=== Fuel ===
=== Fuel ===
Line 102: Line 102:
== Sounds ==
== Sounds ==
=== Generic ===
=== Generic ===
{{Sound table/Block/Wood}}
{{MC/Sound table/Block/Wood}}


=== Unique ===
=== Unique ===
{{edition|java}}: ''None''
{{MC/Edition|java}}: ''None''


{{edition|bedrock}}:
{{MC/Edition|bedrock}}:
{{:Banner/Sounds}}
{{:Banner/Sounds}}


== Data values ==
== Data values ==
=== ID ===
=== ID ===
{{edition|java}}:
{{MC/Edition|java}}:
{{ID table
{{ID table
|edition=java
|edition=java
Line 140: Line 140:
|foot=1}}
|foot=1}}


{{edition|bedrock}}:
{{MC/Edition|bedrock}}:
{{ID table
{{ID table
|edition=bedrock
|edition=bedrock
Line 180: Line 180:


=== Block states ===
=== Block states ===
{{see also|Block states}}
{{MC/See also|Block states}}


{{#lst:Banner|block states}}
{{#lst:Banner|block states}}
Line 187: Line 187:
An ominous banner has a block entity associated with it that holds additional data about the block.  
An ominous banner has a block entity associated with it that holds additional data about the block.  


{{el|java}}:
{{MC/El|java}}:
{{see also|Block entity format}}
{{MC/See also|Block entity format}}
{{#lst:Banner|block data}}
{{#lst:Banner|block data}}


{{el|bedrock}}:
{{MC/El|bedrock}}:
: See [[Minecraft:Bedrock Edition level format/Block entity format]].
: See [[Minecraft:Bedrock Edition level format/Block entity format]].


=== Item data ===
=== Item data ===
{{JE}}:
{{MC/JE}}:
{{see also|Data component format}}
{{MC/See also|Data component format}}
<div class="treeview">
<div class="treeview">
* {{nbt|compound|components}}: the item's '''components''' tag.
* {{MC/Nbt|compound|components}}: the item's '''components''' tag.
{{:Data component format/item_name}}
{{:Data component format/item_name}}
{{:Data component format/banner_patterns}}
{{:Data component format/banner_patterns}}
Line 204: Line 204:
</div>
</div>


{{BE}}:
{{MC/BE}}:
{{see also|Bedrock Edition level format/Item format}}
{{MC/See also|Bedrock Edition level format/Item format}}


== Achievements ==
== Achievements ==
{{load achievements|I've got a bad feeling about this}}
{{MC/Load achievements|I've got a bad feeling about this}}


== Advancements ==
== Advancements ==
{{load advancements|Voluntary Exile}}
{{MC/Load advancements|Voluntary Exile}}


== History ==
== History ==
=== ''Java Edition'' ===
=== ''Java Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|java}}
|{{MC/HistoryLine|java}}
|{{HistoryLine||1.14|dev=18w45a|[[File:Ominous Banner JE1.png|17px]] Added [[Minecraft:illager]] banners.
|{{MC/HistoryLine||1.14|dev=18w45a|[[File:Ominous Banner JE1.png|17px]] Added [[Minecraft:illager]] banners.
|Added illager patrols, where the leader of an illager patrol carries an [[Minecraft:illager]] banner.}}
|Added illager patrols, where the leader of an illager patrol carries an [[Minecraft:illager]] banner.}}
|{{HistoryLine|||dev=18w46a|[[File:Ominous Banner JE2.png|17px]] The pattern of [[Minecraft:illager]] banner now has a black border.}}
|{{MC/HistoryLine|||dev=18w46a|[[File:Ominous Banner JE2.png|17px]] The pattern of [[Minecraft:illager]] banner now has a black border.}}
|{{HistoryLine|||dev=18w47a|Illager banners now generate in pillager outpost watchtowers.}}
|{{MC/HistoryLine|||dev=18w47a|Illager banners now generate in pillager outpost watchtowers.}}
|{{HistoryLine|||dev=pre2|"Illager Banners" have been renamed to "Ominous Banners".}}
|{{MC/HistoryLine|||dev=pre2|"Illager Banners" have been renamed to "Ominous Banners".}}
|{{HistoryLine||1.19.3|dev=22w43a|The ominous banner is now available in the Creative inventory.}}
|{{MC/HistoryLine||1.19.3|dev=22w43a|The ominous banner is now available in the Creative inventory.}}
|{{HistoryLine||1.21.2|dev=24w33a|The rarity of ominous banners has been changed from "Common" to "Uncommon". Previously it used a gold colored text component for its name.}}
|{{MC/HistoryLine||1.21.2|dev=24w33a|The rarity of ominous banners has been changed from "Common" to "Uncommon". Previously it used a gold colored text component for its name.}}
}}
}}


=== ''Bedrock Edition'' ===
=== ''Bedrock Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine||1.11.0|dev=beta 1.11.0.1|[[File:Ominous Banner BE.png|17px]] Added [[Minecraft:illager]] banners.
|{{MC/HistoryLine||1.11.0|dev=beta 1.11.0.1|[[File:Ominous Banner BE.png|17px]] Added [[Minecraft:illager]] banners.
|Added illager captains, which drop an [[Minecraft:illager]] banner upon death.}}
|Added illager captains, which drop an [[Minecraft:illager]] banner upon death.}}
|{{HistoryLine|||dev=beta 1.11.0.3|Illager banners now generate in pillager outpost watchtowers, instead of gray banners.}}
|{{MC/HistoryLine|||dev=beta 1.11.0.3|Illager banners now generate in pillager outpost watchtowers, instead of gray banners.}}
|{{HistoryLine||1.20.0|dev=Preview 1.20.0.20|Illager banners can now be used to customize [[Minecraft:shield]]s.}}
|{{MC/HistoryLine||1.20.0|dev=Preview 1.20.0.20|Illager banners can now be used to customize [[Minecraft:shield]]s.}}
|{{HistoryLine||1.21.30|dev=Preview 1.21.30.21|The rarity of ominous banners has been changed from "Common" to "Uncommon".
|{{MC/HistoryLine||1.21.30|dev=Preview 1.21.30.21|The rarity of ominous banners has been changed from "Common" to "Uncommon".
|"Illager Banner" has been renamed to "Ominous Banner", matching ''Java Edition''.}}
|"Illager Banner" has been renamed to "Ominous Banner", matching ''Java Edition''.}}
}}
}}
Line 239: Line 239:
=== ''PlayStation 4 Edition'' ===
=== ''PlayStation 4 Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|ps4}}
|{{MC/HistoryLine|ps4}}
|{{HistoryLine||1.91|[[File:Ominous Banner BE.png|17px]] Added [[Minecraft:illager]] banners, which generate with pillager outposts and are dropped by illager captains upon death.}}
|{{MC/HistoryLine||1.91|[[File:Ominous Banner BE.png|17px]] Added [[Minecraft:illager]] banners, which generate with pillager outposts and are dropped by illager captains upon death.}}
}}
}}


== Issues ==
== Issues ==
{{issue list}}
{{MC/Issue list}}


== Trivia ==
== Trivia ==
Line 271: Line 271:


== Navigation ==
== Navigation ==
{{Navbox blocks|Utility}}
{{MC/Navbox blocks|Utility}}


[[Category:Generated structure blocks]]
[[Category:Generated structure blocks]]

Latest revision as of 20:42, 9 April 2026

Template:Infobox block An ominous banner is a special uncraftable variant of the Minecraft:banner obtained from raid captains and pillager outposts.

Obtaining

Breaking

Ominous banners can be broken with or without a Minecraft:tool, but an Minecraft:axe is fastest. Script error: No such module "breaking row".

A ominous banner also breaks and drops itself as an item if the block the banner is attached to is moved, removed, or destroyed.

Natural generation

Ominous banners are carried by raid captains.
They are located in pillager outposts.

in Template:Editions, the ominous banner cannot be crafted or copied because the design uses 8 patterns.

in Template:Editions, the ominous banner is a separate type that cannot be placed in a loom.

Ominous banners have the following pattern:

File:Ominous Banner.png File:Ominous Banner BE.png

White bannerTemplate:Only

  • Cyan Lozenge
  • Light Gray Base
  • Gray Pale
  • Light Gray Bordure
  • Black Fess
  • Light Gray Per Fess
  • Light Gray Roundel
  • Black Bordure

Separate type entirelyTemplate:Only

Mob loot

Minecraft:Illagers that spawn carrying an ominous banner always drop it upon death.

Usage

{{#vardefine:params|0 }}Template:Hatnote Ominous banners are a special type of banner in the game as they have more than 6 patterns, and as such cannot be crafted. Ominous banners have the same placement functionality as regular banners.

Helmet

Script error: No such module "Exclusive". While an ominous banner cannot be equipped in the head slot in Survival mode, equipping it using commands causes it to appear on top of the player. This is how raid captains wear bannersTemplate:Only.

Chestplate

Script error: No such module "Exclusive". While an ominous banner cannot be equipped in the Minecraft:chestplate slot in Survival mode, equipping it using NBT editors causes it to appear on top of the player. This is how raid captains wear bannersTemplate:Only.

Crafting ingredient

Since ominous banners have more than six patterns, adding it to the shield causes the banner to be reduced to six patterns on the shield. Template:Crafting

Copying

Unlike normal banners, ominous banners cannot be copied to make additional copies of the ominous banner.

Map marker

Script error: No such module "Exclusive". Like regular banners, ominous banners can also serve as a map marker, having the same functionality as regular banners when used for marking points on a map.

Renaming

An ominous banner can be given a custom name that remains as the ominous banner is placed and retrieved. The player can use an Minecraft:anvil to rename the ominous banner item, or may change the CustomName tag using the

  1. REDIRECT Template:Command

Template:Redr command on the ominous banner block.

Fuel

Ominous banners can be used as a fuel in Minecraft:furnaces, smelting 1.5 items per banner.

Note blocks

Ominous banners can be placed under note blocks to produce "bass" sounds.

Looms

Unlike a regular Minecraft:banner, ominous banners can't be used in a Minecraft:loom to apply patterns.

Sounds

Generic

Template:Edition: Template:Sound table/Block/Wood/JE

Template:Edition: Template:Sound table/Block/Wood/BE

Unique

Template:!((Java EditionTemplate:))!: None

Template:!((Bedrock EditionTemplate:))!: Banner/Sounds

Data values

ID

Template:!((Java EditionTemplate:))!: Template:ID table Template:ID table Template:ID table

Template:!((Bedrock EditionTemplate:))!: Template:ID table Template:ID table Template:ID table Template:ID table

Block states

{{#vardefine:params|0 }}Template:Hatnote

{{#lst:Banner|block states}}

Block data

An ominous banner has a block entity associated with it that holds additional data about the block.

  1. REDIRECT Template:Edition

Template:Rcat: {{#vardefine:params|0 }}Template:Hatnote {{#lst:Banner|block data}}

  1. REDIRECT Template:Edition

Template:Rcat:

See Minecraft:Bedrock Edition level format/Block entity format.

Item data

Java Edition: {{#vardefine:params|0 }}Template:Hatnote

Bedrock Edition: {{#vardefine:params|0 }}Template:Hatnote

Achievements

Script error: No such module "Achievement".

Advancements

Script error: No such module "Advancement".

History

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

PlayStation 4 Edition

Template:HistoryTable

Issues

Script error: No such module "Issue list".

Trivia

  • The ominous banner in Minecraft:Bedrock Edition is available as a separate item but is just a second variant (type 1) of the white banner (type 0).

Gallery

Renders

Screenshots

In other media

Navigation

Wood/Hypha
Stone-based
Template:EnvLink
Upcoming
Template:EnvLink
Template:EnvLink
Ore/Mineral
Decorative
Partial Blocks
Dyeable/Dyed
Lighting
Template:Els only
Sediment/Soil
Misc. rock
Ore/Mineral
Plant
Flower
Fungus & Related
Fauna & Related
Aquatic
Sculk
Fluid & Related
Non-physical
Interactable
Utilizable
Redstone/
Mechanical
Template:Els only
April Fools 2013
April Fools 2016
April Fools 2020
April Fools 2022
April Fools 2023
April Fools 2024
April Fools 2025
April Fools 2026

Template:Article otherTemplate:Article other

fr:Bannière funeste ko:불길한 현수막 pt:Estandarte Ameaçador uk:Зловісний стяг zh:不祥旗帜