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

Minecraft:Creeper Head: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
Line 7: Line 7:
| flammable = No
| flammable = No
| lavasusceptible = No
| lavasusceptible = No
| waterloggable = {{MC/JEBE|No|Yes}}
| waterloggable = {{jebe|No|Yes}}
| rarity = Uncommon
| rarity = Uncommon
}}
}}
A '''creeper head''' is the [[Minecraft:head]] of a creeper in the form of a [[Minecraft:block]]. It can only be obtained by killing a creeper using a different charged creeper's explosion.
A '''creeper head''' is the [[Minecraft:head]] of a [[Minecraft:creeper]] in the form of a [[Minecraft:block]]. It can only be obtained by killing a creeper using a different [[Minecraft:charged creeper]]'s [[Minecraft:explosion]].


== Obtaining ==
== Obtaining ==
=== Breaking ===
=== Breaking ===
No tool can accelerate the breaking process of creeper head.<ref>{{bug|MC-192905||Heads & Skulls have no assigned tool}}</ref>
No tool can accelerate the breaking process of creeper head.<ref>{{bug|MC-192905||Heads & Skulls have no assigned tool}}</ref>
{{MC/Breaking row|horizontal=1|Creeper Head}}
{{breaking row|horizontal=1|Creeper Head}}
Creeper head drops itself when it's destroyed.
Creeper head drops itself when it's destroyed.
When destroyed by an explosion, the creeper head always drops as an item.
When destroyed by an [[Minecraft:explosion]], the creeper head always drops as an item.


=== Mob loot ===
=== Mob loot ===
Creeper heads are always dropped by a creeper if it dies due to a charged creeper's explosion. {{MC/In|bedrock}}, if multiple mobs are killed by the same charged creeper, all of them drop their heads, however {{MC/In|java}} only one mob selected at random drops its head.<ref>{{bug|MC-63534|||WAI}}</ref>
Creeper heads are always dropped by a [[Minecraft:creeper]] if it dies due to a [[Minecraft:charged creeper]]'s explosion. {{IN|bedrock}}, if multiple mobs are killed by the same charged creeper, all of them drop their heads, however {{in|java}} only one mob selected at random drops its head.<ref>{{bug|MC-63534|||WAI}}</ref>
{{Drop sources|Creeper Head}}
{{Drop sources|Creeper Head}}


Line 28: Line 28:


=== Wearing ===
=== Wearing ===
{{MC/See also|#Renders}}
{{See also|#Renders}}


The player can wear creeper heads, similarly to [[Minecraft:pumpkin]]s or helmets. This overlays the second layer of the player's skin.
The player can wear creeper heads, similarly to [[Minecraft:pumpkin]]s or helmets. This overlays the second layer of the player's [[Minecraft:skin]].


==== Disguise ====
==== Disguise ====
Wearing a creeper head reduces the detection range for creepers to 50% of the normal range. This is similar to (and stacks with) the reductions in detection range from sneaking and from the [[Minecraft:Invisibility]] status effect.
Wearing a creeper head reduces the detection range for [[Minecraft:creeper]]s to 50% of the normal range. This is similar to (and stacks with) the reductions in detection range from [[Minecraft:sneaking]] and from the [[Minecraft:Invisibility]] status effect.


{{MC/In|bedrock}}, wearing a creeper head makes the player invisible to other players on a locator [[Minecraft:map]].
{{IN|bedrock}}, wearing a creeper head makes the player invisible to other players on a locator [[Minecraft:map]].


=== Dispensers ===
=== Dispensers ===
Line 41: Line 41:


=== Piston interactivity ===
=== Piston interactivity ===
Creeper head is destroyed when the [[Minecraft:piston]] tries to push it. It can't be pulled by the sticky piston.
Creeper head is destroyed when the [[Minecraft:piston]] tries to push it. It can't be pulled by the [[Minecraft:sticky piston]].


=== Crafting ingredient ===
=== Crafting ingredient ===
Line 62: Line 62:
!Name
!Name
!Max level
!Max level
!Method
![[Minecraft:Enchantment#Obtaining|Method]]
|-
|-
|Curse of Binding
|[[Minecraft:Curse of Binding]]
|I
|I
|{{MC/Blocklink|Anvil}}
|{{BlockLink|Anvil}}
|-
|-
|Curse of Vanishing
|[[Minecraft:Curse of Vanishing]]
|I
|I
|{{MC/Blocklink|Anvil}}
|{{BlockLink|Anvil}}
|-
|-
|}
|}


=== Note blocks ===
=== Note blocks ===
Placing a creeper head above a note block causes the note block to play the creeper's {{MC/Cd|primed}} (hissing) sound when activated. This is unlike other mob heads, as creepers don't make {{MC/Cd|ambient}} sounds.
Placing a creeper head above a [[Minecraft:note block]] causes the note block to play the [[Minecraft:creeper]]'s {{cd|primed}} (hissing) sound when activated. This is unlike other mob heads, as creepers don't make {{cd|ambient}} sounds.


The block below the note block does not affect the mob sound it creates.
The block below the note block does not affect the mob sound it creates.
Line 81: Line 81:
== Sounds ==
== Sounds ==
=== Generic ===
=== Generic ===
{{MC/Sound table/Block/Stone}}
{{Sound table/Block/Stone}}


=== Unique ===
=== Unique ===
{{MC/Edition|Java}}:
{{Edition|Java}}:
{{SoundTable
{{SoundTable
| type = java
| type = java
Line 116: Line 116:


<!--volumes and pitches seem to be approximately v=0.9 p=0.84, but those values are approximate and are not in the files. They are probably inside of the code.-->
<!--volumes and pitches seem to be approximately v=0.9 p=0.84, but those values are approximate and are not in the files. They are probably inside of the code.-->
{{MC/Edition|Bedrock}}:
{{Edition|Bedrock}}:
{{SoundTable
{{SoundTable
| type = bedrock
| type = bedrock
Line 142: Line 142:
== Data values ==
== Data values ==
=== ID ===
=== ID ===
{{MC/Edition|java}}:
{{edition|java}}:
{{ID table
{{ID table
|edition=java
|edition=java
Line 165: Line 165:
|foot=1}}
|foot=1}}


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


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


{{#lst:Head|block states}}
{{#lst:Head|block states}}
Line 195: Line 195:
A creeper head has a block entity associated with it that holds additional data about the block.
A creeper head has a block entity associated with it that holds additional data about the block.


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


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


== Achievements ==
== Achievements ==
{{MC/Load achievements|Camouflage}}
{{load achievements|Camouflage}}


== History ==
== History ==
{{MC/See asset history|type=block}}
{{See asset history|type=block}}
=== ''Java Edition'' ===
=== ''Java Edition'' ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|java}}
|{{HistoryLine|java}}
|{{MC/HistoryLine||1.4.2|dev=12w36a|[[File:Creeper Head (item) JE1.png|32px]] Added creeper heads.}}
|{{HistoryLine||1.4.2|dev=12w36a|[[File:Creeper Head (item) JE1.png|32px]] Added creeper heads.}}
|{{MC/HistoryLine|||dev=12w37a|[[File:Creeper Head (item) JE1 BE1.png|32px]] Changed item textures.}}
|{{HistoryLine|||dev=12w37a|[[File:Creeper Head (item) JE1 BE1.png|32px]] Changed item textures.}}
|{{MC/HistoryLine||1.4.6|dev=12w49a|Creeper heads can now be used to craft a firework star with creeper-face effect.}}
|{{HistoryLine||1.4.6|dev=12w49a|Creeper heads can now be used to [[Minecraft:craft]] a [[Minecraft:firework star]] with [[Minecraft:creeper]]-face effect.}}
|{{MC/HistoryLine||1.8|dev=14w29a|Creeper heads now display a cracking animation.}}
|{{HistoryLine||1.8|dev=14w29a|Creeper heads now display a cracking animation.}}
|{{MC/HistoryLine|||dev=14w30a|[[File:Creeper Head (item) JE2.png|32px]] Creeper heads in inventories and held by mobs/players now display as [[Minecraft:block]]s.  
|{{HistoryLine|||dev=14w30a|[[File:Creeper Head (item) JE2.png|32px]] Creeper heads in [[Minecraft:inventories]] and held by mobs/players now display as [[Minecraft:block]]s.  
|Creeper heads worn by [[Minecraft:mob]]s and players are now displayed on the armor layer. Previously, the skull replaced the mob/player's head texture; the hat layer appeared over the skull.
|Creeper heads worn by [[Minecraft:mob]]s and [[Minecraft:player]]s are now displayed on the armor layer. Previously, the skull replaced the mob/player's head texture; the hat layer appeared over the skull.
|Creeper heads are now available in Survival. The player can obtain them by killing a creeper with a charged creeper.
|Creeper heads are now available in [[Minecraft:Survival]]. The player can obtain them by killing a creeper with a charged [[Minecraft:creeper]].
|Creeper heads are now used in [[Minecraft:crafting]] specific [[Minecraft:banner]] patterns.}}
|Creeper heads are now used in [[Minecraft:crafting]] specific [[Minecraft:banner]] patterns.}}
|{{MC/HistoryLine|||dev=14w30b|A single charged creeper explosion no longer yields more than one [[Minecraft:mob]] head. The mob head that drops is chosen randomly.}}
|{{HistoryLine|||dev=14w30b|A single charged creeper explosion no longer yields more than one [[Minecraft:mob]] head. The mob head that drops is chosen randomly.}}
|{{MC/HistoryLine||1.9|dev=15w31a|Creeper heads now appear larger in the [[Minecraft:inventory]].}}
|{{HistoryLine||1.9|dev=15w31a|Creeper heads now appear larger in the [[Minecraft:inventory]].}}
|{{MC/HistoryLine|||dev=15w32a|Creeper heads can now be worn to reduce detection by the corresponding mobs by 50%.}}
|{{HistoryLine|||dev=15w32a|Creeper heads can now be worn to reduce detection by the corresponding mobs by 50%.}}
|{{MC/HistoryLine|||dev=15w33c|The disguise that is given by creeper heads now reduces detection range to 37.5% of normal.}}
|{{HistoryLine|||dev=15w33c|The disguise that is given by creeper heads now reduces detection range to 37.5% of normal.}}
|{{MC/HistoryLine|||dev=15w36a|The disguise that is given by creeper heads now reduces detection range to 50% of normal again.}}
|{{HistoryLine|||dev=15w36a|The disguise that is given by creeper heads now reduces detection range to 50% of normal again.}}
|{{MC/HistoryLine|||dev=15w39a|[[Minecraft:Dispenser]]s can now equip creeper heads onto players, [[Minecraft:mob]]s and armor stands.}}
|{{HistoryLine|||dev=15w39a|[[Minecraft:Dispenser]]s can now equip creeper heads onto [[Minecraft:player]]s, [[Minecraft:mob]]s and [[Minecraft:armor stand]]s.}}
|{{HistoryLine|||dev=15w49a|Creeper heads no longer turn red when the player or mob takes damage.<ref>{{bug|MC-85756}}</ref>}}
|{{HistoryLine|||dev=15w49a|Creeper heads no longer turn red when the player or mob takes damage.<ref>{{bug|MC-85756}}</ref>}}
|{{HistoryLine||1.13|dev=17w47a|Creeper heads now play a sound when placed.
|{{HistoryLine||1.13|dev=17w47a|Creeper heads now play a sound when placed.
|Creeper heads can no longer be placed inside entities.<ref>{{bug|MC-2208}}</ref>}}
|Creeper heads can no longer be placed inside entities.<ref>{{bug|MC-2208}}</ref>}}
|{{MC/HistoryLine|||dev=18w21a|The rarity of creeper heads has been changed from "Common" to "Uncommon".}}
|{{HistoryLine|||dev=18w21a|The rarity of creeper heads has been changed from "Common" to "Uncommon".}}
|{{MC/HistoryLine||1.19.4|exp=Update 1.20|dev=23w03a|Creeper heads can now be placed on top of note blocks without sneaking.}}
|{{HistoryLine||1.19.4|exp=Update 1.20|dev=23w03a|Creeper heads can now be placed on top of note blocks without sneaking.}}
|{{HistoryLine||1.19.4|dev=23w05a|Creeper heads can now be swapped with other pieces of headgear in the ''head'' [[Minecraft:inventory]] slot by {{ctrl|using}} them.<ref>{{bug|MC-216270|||Fixed}}</ref>}}
|{{HistoryLine||1.19.4|dev=23w05a|Creeper heads can now be swapped with other pieces of headgear in the ''head'' [[Minecraft:inventory]] slot by {{ctrl|using}} them.<ref>{{bug|MC-216270|||Fixed}}</ref>}}
}}
}}
Line 234: Line 234:
=== ''Bedrock Edition'' ===
=== ''Bedrock Edition'' ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|pocket alpha}}
|{{HistoryLine|pocket alpha}}
|{{MC/HistoryLine||v0.12.1|dev=build 1|[[File:Creeper Head (item) JE1 BE1.png|32px]] Added creeper heads.  
|{{HistoryLine||v0.12.1|dev=build 1|[[File:Creeper Head (item) JE1 BE1.png|32px]] Added creeper heads.  
|The creeper heads use the Java textures prior to 14w30a.}}  
|The creeper heads use the [[Minecraft:Java]] textures prior to [[Minecraft:14w30a]].}}  
|{{MC/HistoryLine||v0.14.0|dev=build 1|Creeper heads can now be worn as armor.}}
|{{HistoryLine||v0.14.0|dev=build 1|Creeper heads can now be worn as armor.}}
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine||1.2.0|dev=beta 1.2.0.2|Creeper heads can now be used to craft firework stars.
|{{HistoryLine||1.2.0|dev=beta 1.2.0.2|Creeper heads can now be used to craft [[Minecraft:firework star]]s.
|Creeper heads are now used to craft specific patterns on [[Minecraft:banner]]s.}}
|Creeper heads are now used to [[Minecraft:craft]] specific patterns on [[Minecraft:banner]]s.}}
|{{MC/HistoryLine|||dev=beta 1.2.0.11|[[File:Creeper Head (item) BE2.png|32px]] Creeper heads in inventories and when held by mobs/players now display as [[Minecraft:block]]s.}}
|{{HistoryLine|||dev=beta 1.2.0.11|[[File:Creeper Head (item) BE2.png|32px]] Creeper heads in [[Minecraft:inventories]] and when held by mobs/players now display as [[Minecraft:block]]s.}}
|{{MC/HistoryLine||1.19.60|exp=Next Major Update|dev=Preview 1.19.60.25|Creeper heads can now be placed on top of note blocks without sneaking.}}
|{{HistoryLine||1.19.60|exp=Next Major Update|dev=Preview 1.19.60.25|Creeper heads can now be placed on top of note blocks without sneaking.}}
|{{HistoryLine||1.21.30|dev=Preview 1.21.30.21|The rarity of creeper heads has changed from "Common" to "Uncommon" to match {{MC/JE}}.}}
|{{HistoryLine||1.21.30|dev=Preview 1.21.30.21|The rarity of creeper heads has changed from "Common" to "Uncommon" to match {{JE}}.}}
}}
}}


=== Legacy Console Edition ===
=== Legacy Console Edition ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|console}}
|{{HistoryLine|console}}
|{{MC/HistoryLine||xbox=TU12|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Creeper Head (item) JE1 BE1.png|32px]] Added creeper heads to the [[Minecraft:Creative inventory]].}}
|{{HistoryLine||xbox=TU12|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Creeper Head (item) JE1 BE1.png|32px]] Added creeper heads to the [[Minecraft:Creative inventory]].}}
|{{MC/HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|wiiu=Patch 1|switch=1.0.1|Creeper heads can now be used to craft a firework star with creeper-face effect.}}
|{{HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|wiiu=Patch 1|switch=1.0.1|Creeper heads can now be used to [[Minecraft:craft]] a [[Minecraft:firework star]] with [[Minecraft:creeper]]-face effect.}}
|{{MC/HistoryLine||xbox=TU31|xbone=CU19|ps3=1.22|psvita=1.22|ps4=1.22|wiiu=Patch 3|[[File:Creeper Head (item) JE2.png|32px]] Creeper heads in inventories and held by mobs/players now display as [[Minecraft:block]]s.|Creeper heads are now available in Survival. The player can obtain them by killing a creeper with a charged creeper.}}
|{{HistoryLine||xbox=TU31|xbone=CU19|ps3=1.22|psvita=1.22|ps4=1.22|wiiu=Patch 3|[[File:Creeper Head (item) JE2.png|32px]] Creeper heads in [[Minecraft:inventories]] and held by mobs/players now display as [[Minecraft:block]]s.|Creeper heads are now available in [[Minecraft:Survival]]. The [[Minecraft:player]] can obtain them by killing a creeper with a charged [[Minecraft:creeper]].}}
|{{MC/HistoryLine||xbox=TU43|xbone=CU33|ps3=1.36|psvita=1.36|ps4=1.36|wiiu=Patch 13|switch=1.0.1|Creeper heads are now used in [[Minecraft:crafting]] specific [[Minecraft:banner]] patterns.}}
|{{HistoryLine||xbox=TU43|xbone=CU33|ps3=1.36|psvita=1.36|ps4=1.36|wiiu=Patch 13|switch=1.0.1|Creeper heads are now used in [[Minecraft:crafting]] specific [[Minecraft:banner]] patterns.}}
|{{MC/HistoryLine||xbox=TU49|xbone=CU39|ps3=1.42|psvita=1.42|ps4=1.42|wiiu=Patch 18|switch=1.0.1|Creeper heads are now held the same way as on ''Java Edition'' in first person.}}
|{{HistoryLine||xbox=TU49|xbone=CU39|ps3=1.42|psvita=1.42|ps4=1.42|wiiu=Patch 18|switch=1.0.1|Creeper heads are now held the same way as on ''Java Edition'' in first person.}}
}}
}}


=== ''New Nintendo 3DS Edition'' ===
=== ''New Nintendo 3DS Edition'' ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|new 3ds}}
|{{HistoryLine|new 3ds}}
|{{MC/HistoryLine||0.1.0|[[File:Creeper Head (item) JE1 BE1.png|32px]] Added creeper heads.}}
|{{HistoryLine||0.1.0|[[File:Creeper Head (item) JE1 BE1.png|32px]] Added creeper heads.}}
}}
}}


Line 265: Line 265:
==== ''Java Edition'' ====
==== ''Java Edition'' ====
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|java}}
|{{HistoryLine|java}}
|{{MC/HistoryLine||1.13|dev=17w47a|The ID of creeper heads have been split into 2; standard and wall creeper heads.
|{{HistoryLine||1.13|dev=17w47a|The ID of creeper heads have been split into 2; standard and wall creeper heads.
|<code>creeper_head</code> is now available as [[Minecraft:item]] and placed [[Minecraft:block]] with a <code>rotation</code> block state of 0-15.
|<code>creeper_head</code> is now available as [[Minecraft:item]] and placed [[Minecraft:block]] with a <code>rotation</code> [[Minecraft:block state]] of 0-15.
|<code>creeper_wall_head</code> is available only as a placed block with a <code>facing</code> block state of north, south, east or west.
|<code>creeper_wall_head</code> is available only as a placed block with a <code>facing</code> [[Minecraft:block state]] of north, south, east or west.
|Prior to ''The Flattening'', this block's numeral ID was 144, and the item's 397.}}
|Prior to [[Minecraft:1.13/Flattening|''The Flattening'']], this block's numeral ID was 144, and the item's 397.}}
}}
}}


==== ''Bedrock Edition'' ====
==== ''Bedrock Edition'' ====
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine||1.21.40|dev=Preview 1.21.40.20|The separate and direct item forms of the <code>skull</code> block ID have been merged and its [[Minecraft:Bedrock Edition data values|data values]] have been split up into their own IDs.}}
|{{HistoryLine||1.21.40|dev=Preview 1.21.40.20|The separate and direct item forms of the <code>skull</code> block ID have been merged and its [[Minecraft:Bedrock Edition data values|data values]] have been split up into their own IDs.}}
}}
}}


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


== Gallery ==
== Gallery ==
=== Renders ===
=== Renders ===
{{MC/Update|Ari, Efe, Kai, Makena, Noor, Sunny, and Zuri renders.}}<gallery>
{{Update|Ari, Efe, Kai, Makena, Noor, Sunny, and Zuri renders.}}<gallery>
File:Alex wearing Creeper Head.png|Alex
File:Alex wearing Creeper Head.png|[[Minecraft:Alex]]
File:Steve wearing Creeper Head.png|Steve
File:Steve wearing Creeper Head.png|[[Minecraft:Steve]]
</gallery>
</gallery>


== References ==
== References ==
{{MC/Reflist}}
{{reflist}}


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


[[Category:Utility blocks]]
[[Category:Utility blocks]]
Line 299: Line 299:
[[Category:Block entities]]
[[Category:Block entities]]


es:Cabeza
[[Minecraft:es:Cabeza#Creeper]]
ko:크리퍼 머리
[[Minecraft:ko:크리퍼 머리]]
pt:Cabeça de Creeper
[[Minecraft:pt:Cabeça de Creeper]]
zh:苦力怕的头
[[Minecraft:zh:苦力怕的头]]

Latest revision as of 11:05, 14 April 2026

Template:Infobox block A creeper head is the Minecraft:head of a Minecraft:creeper in the form of a Minecraft:block. It can only be obtained by killing a creeper using a different Minecraft:charged creeper's Minecraft:explosion.

Obtaining

Breaking

No tool can accelerate the breaking process of creeper head.<ref>Template:Bug</ref> Template:Breaking row Creeper head drops itself when it's destroyed. When destroyed by an Minecraft:explosion, the creeper head always drops as an item.

Mob loot

Creeper heads are always dropped by a Minecraft:creeper if it dies due to a Minecraft:charged creeper's explosion. Template:IN, if multiple mobs are killed by the same charged creeper, all of them drop their heads, however Template:In only one mob selected at random drops its head.<ref>Template:Bug</ref> Template:Drop sources

Usage

Decoration

Creeper heads can be oriented in 16 different directions on top of a block, and 4 directions on the sides of blocks, similar to Minecraft:signs. They can be placed on top of, or beside each other by shift clicking.

Wearing

Template:See also

The player can wear creeper heads, similarly to Minecraft:pumpkins or helmets. This overlays the second layer of the player's Minecraft:skin.

Disguise

Wearing a creeper head reduces the detection range for Minecraft:creepers to 50% of the normal range. This is similar to (and stacks with) the reductions in detection range from Minecraft:sneaking and from the Minecraft:Invisibility status effect.

Template:IN, wearing a creeper head makes the player invisible to other players on a locator Minecraft:map.

Dispensers

A Minecraft:dispenser can equip a creeper head on a player, mob, or armor stand with an empty helmet slot, within the block the dispenser is facing.

Piston interactivity

Creeper head is destroyed when the Minecraft:piston tries to push it. It can't be pulled by the Minecraft:sticky piston.

Crafting ingredient

Template:Crafting usage Template:Crafting

Enchantments

Creeper heads can receive the following enchantments, but only through an Minecraft:anvil.

Name Max level Method
Minecraft:Curse of Binding I Template:BlockLink
Minecraft:Curse of Vanishing I Template:BlockLink

Note blocks

Placing a creeper head above a Minecraft:note block causes the note block to play the Minecraft:creeper's Template:Cd (hissing) sound when activated. This is unlike other mob heads, as creepers don't make Template:Cd sounds.

The block below the note block does not affect the mob sound it creates.

Sounds

Generic

Template:Sound table/Block/Stone

Unique

Template:Edition: Template:SoundTable

Template:Edition: Template:SoundTable | Template:SoundLine }}

Data values

ID

Template:Edition: Template:ID table Template:ID table Template:ID table

Template:Edition: Template:ID table Template:ID table

Block states

Template:See also

{{#lst:Head|block states}}

Block data

A creeper head has a block entity associated with it that holds additional data about the block.

Template:El: Template:See also {{#lst:Head|block data}}

Template:El:

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

Achievements

Template:Load achievements

History

Template:See asset history

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Legacy Console Edition

Template:HistoryTable

New Nintendo 3DS Edition

Template:HistoryTable

Data history

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Issues

Template:Issue list

Gallery

Renders

Template:Update

References

Template:Reflist

Navigation

Template:Navbox blocks Template:Navbox combat

Minecraft:es:Cabeza#Creeper Minecraft:ko:크리퍼 머리 Minecraft:pt:Cabeça de Creeper Minecraft:zh:苦力怕的头