pattern list (java edition)

Pattern List (Java Edition)

In Minecraft, banners and shields can be decorated with patterns. Each patterns has a Pattern Name and Pattern ID assigned to it. You can use the Pattern ID values in various game commands such as the /give command.

Here is an interactive list of all patterns for Minecraft Java Edition (PC/Mac) that can be searched.

(Enter a value in the field above to find patterns in the table below)

Pattern Name Pattern ID Description Version
Base bs base 1.14
Base Dexter Canton bl base dexter canton 1.14
Base Gradient gru base gradient 1.14
Base Indented bts base indented 1.14
Base Sinister Canton br base sinister canton 1.14
Bend drs bend 1.14
Bend Sinister dls bend sinister 1.14
Bordure bo bordure 1.14
Bordure Indented cbo bordure indented 1.14
Chevron bt chevron 1.14
Chief ts chief 1.14
Chief Dexter Canton tl chief dexter canton 1.14
Chief Sinister Canton tr chief sinister canton 1.14
Chief indented tts chief indented 1.14
Creeper Charge cre creeper charge 1.14
Cross sc cross 1.14
Fess ms fess 1.14
Field Masoned bri field masoned 1.14
Flower Charge flo flower charge 1.14
Globe glb globe 1.14
Gradient gra gradient 1.14
Inverted Chevron tt inverted chevron 1.14
Lozenge mr lozenge 1.14
Pale cs pale 1.14
Pale Dexter ls pale dexter 1.14
Pale Sinister rs pale sinister 1.14
Paly ss paly 1.14
Per Bend rud per bend 1.14
Per Bend Inverted lud per bend inverted 1.14
Per Bend Sinister ld per bend sinister 1.14
Per Bend Sinister Inverted rd per bend sinister inverted 1.14
Per Fess hh per fess 1.14
Per Fess Inverted hhb per fess inverted 1.14
Per Pale vh per pale 1.14
Per Pale Inverted vhr per pale inverted 1.14
Roundel mc roundel 1.14
Saltire cr saltire 1.14
Skull Charge sku skull charge 1.14
Snout pig snout 1.16
Thing moj thing 1.14

Example of how to use a Pattern ID

You can use pattern IDs in game commands to decorate banners and shields.

For example, you can use the /give command to give DigMinecraft a white shield with Black Skull Charge pattern:

/give @p shield{BlockEntityTag:{Base:0,Patterns:[{Color:15,Pattern:"sku"}]}} 1

Or you could give a white banner with Black Skull Charge pattern as follows:

/give @p white_banner{BlockEntityTag:{Patterns:[{Color:15,Pattern:"sku"}]}} 1

Using multiple Pattern IDs

You can also use multiple pattern IDs to create more complex items such as a purple shield with Black Pale Sinister, Black Pale Dexter and Orange Thing patterns:

/give @p shield{BlockEntityTag:{Base:10,Patterns:[{Color:15,Pattern:"rs"},{Color:15,Pattern:"ls"},{Color:1,Pattern:"moj"}]}} 1

Other Pattern Lists

Here are some other pattern lists in Minecraft: