Minecraft:Zombified Piglin: Difference between revisions
More actions
Sync: updated from Minecraft |
Sync: updated from Minecraft |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{For||Zombie (disambiguation)|Piglin (disambiguation)}} | {{For||Zombie (disambiguation)|Piglin (disambiguation)}} | ||
{{Update|Damage dealt by zombified piglin with spear | {{Update|Damage dealt by zombified piglin with spear}} | ||
baby with spear}} | {{Needs render| | ||
*Render of baby with spear | |||
*Render of Crossbow in Bedrock | |||
*Render of Axe in Bedrock | |||
*Renders of Adult and Baby with Warped Fungus on a Stick}} | |||
{{Infobox entity | {{Infobox entity | ||
| group = Adult with Sword | | group = Adult with Sword | ||
| group2 = Adult with Spear | | group2 = Adult with Spear | ||
| group3 = | | group3 = Adult with Crossbow | ||
| 1-1 = Zombified Piglin.png | | 1-1 = Zombified Piglin.png | ||
| *-1caption = {{JE}} | | *-1caption = {{JE}} | ||
| Line 14: | Line 18: | ||
| 2-2 = Zombified Piglin With Golden Spear BE.png | | 2-2 = Zombified Piglin With Golden Spear BE.png | ||
| 2-2size = 190px | | 2-2size = 190px | ||
| 3-1 = | | group4 = Adult with Axe | ||
| | | 3-1 = Zombified Piglin with Crossbow JE4.png | ||
| | | 4-1 = Zombified Piglin with Axe.png | ||
| | | group5 = Baby with Sword | ||
| 5-2size = 116px | |||
| 5-1size = 125px | |||
| 5-2 = Baby Zombified Piglin BE8.png | |||
| 5-1 = Baby Zombified Piglin JE10.png | |||
| invimage = Zombified Piglin Spawn Egg | | invimage = Zombified Piglin Spawn Egg | ||
| health = {{hp|20}} <br> {{hp|40}} to {{hp|100}} (leaders){{only|JE|short=1}} | | health = {{hp|20}} <br> {{hp|40}} to {{hp|100}} (leaders){{only|JE|short=1}} | ||
| Line 50: | Line 58: | ||
'''{{IN|Bedrock}}:'''<br> | '''{{IN|Bedrock}}:'''<br> | ||
'''Adult:'''<br>Height: 1.9 blocks<br>Width: 0.6 blocks<br> | '''Adult:'''<br>Height: 1.9 blocks<br>Width: 0.6 blocks<br> | ||
'''Baby:''' | '''Baby:'''<br>Height: 0.98 blocks<br>Width: 0.49 blocks | ||
| speed = 0.23 | | speed = 0.23 | ||
| spawn = * {{BiomeLink|Nether Wastes}} | | spawn = * {{BiomeLink|Nether Wastes}} | ||
| Line 60: | Line 68: | ||
* When a [[Minecraft:piglin]] or [[Minecraft:piglin brute]] is in the Overworld or in [[Minecraft:the End]] for 15 seconds. | * When a [[Minecraft:piglin]] or [[Minecraft:piglin brute]] is in the Overworld or in [[Minecraft:the End]] for 15 seconds. | ||
* When another zombified piglin spawns a [[Minecraft:reinforcement]].{{only|je|short=1}} | * When another zombified piglin spawns a [[Minecraft:reinforcement]].{{only|je|short=1}} | ||
| equipment = {{drop|Item|Golden Sword}} ( | | equipment = {{drop|Item|Golden Sword}} (95% or when zombified from a [[Minecraft:piglin]] wielding one, may be enchanted) | ||
{{drop|Item|Golden Spear}} ( | {{drop|Item|Golden Spear}} (5% or when zombified from a piglin wielding one, may be enchanted) | ||
{{Drop|Item|Crossbow}} (when zombified from a | {{Drop|Item|Crossbow}} (when zombified from a piglin wielding one, cannot use however) | ||
{{drop|Item|id=golden-chestplate|Golden Armor}} (when zombified from a piglin wearing some) | |||
{{drop|Item|Golden Axe}} (when zombified from a [[Minecraft:piglin brute]]) | {{drop|Item|Golden Axe}} (when zombified from a [[Minecraft:piglin brute]]) | ||
{{drop|Item|Warped Fungus on a Stick}} (when spawned as a [[Minecraft:strider jockey]]) | {{drop|Item|Warped Fungus on a Stick}} (when spawned as a [[Minecraft:strider jockey]]) | ||
| Line 161: | Line 170: | ||
* {{xp|5}} for adults or {{xp|12}} for babies if killed by a player or a tamed [[Minecraft:wolf]]. | * {{xp|5}} for adults or {{xp|12}} for babies if killed by a player or a tamed [[Minecraft:wolf]]. | ||
** An additional {{xp|1|3}} for each equipment it does ''not'' drop upon death. | ** An additional {{xp|1|3}} for each equipment it does ''not'' drop upon death. | ||
** Additionally, {{in|be}}, 0.75% of zombified piglins that have spawned | ** Additionally, {{in|be}}, 0.75% of zombified piglins that have spawned do not drop any experience. | ||
== Behavior == | == Behavior == | ||
| Line 188: | Line 197: | ||
15% of naturally spawned baby zombified piglins are supposed to spawn as a jockey and find the nearest mob to mount but do not due to a bug. | 15% of naturally spawned baby zombified piglins are supposed to spawn as a jockey and find the nearest mob to mount but do not due to a bug. | ||
This is due to the fact that in the {{cd|zombie_pigman.json}} file, in the {{cd|minecraft:entity_spawned}} [[Minecraft:spawn event|event]], it has 3 triggering spawn events, {{cd|spawn_adult}} where the zombified piglin spawns as an adult, {{cd|spawn_baby}} where it spawns as a baby, and {{cd|spawn_baby_jockey}} which is supposed to be the event that spawns baby zombified piglins as a baby jockey that finds mounts, but it does not exist. And because {{cd|spawn_baby_jockey}} does not exist, this results the baby jockey actually spawning as a broken zombified piglin that is neither a baby nor an adult, and does not drop experience upon death. Since the {{cd|minecraft:type_family}} was moved into the {{cd|pig_zombie_adult}} and {{cd|pig_zombie_baby}} component groups, instead of being in the base components list, these broken piglins are not in any family, causing them to have the following issues: | This is due to the fact that in the {{cd|zombie_pigman.json}} file, in the {{cd|minecraft:entity_spawned}} [[Minecraft:spawn event|event]], it has 3 triggering spawn events, {{cd|spawn_adult}} where the zombified piglin spawns as an adult, {{cd|spawn_baby}} where it spawns as a baby, and [https://github.com/Mojang/bedrock-samples/blob/4772c15e193301f2e030517b755009e1f56b9221/behavior_pack/entities/zombie_pigman.json#L547 {{cd|spawn_baby_jockey}}] which is supposed to be the event that spawns baby zombified piglins as a baby jockey that finds mounts, but it does not exist. And because {{cd|spawn_baby_jockey}} does not exist, this results the baby jockey actually spawning as a broken zombified piglin that is neither a baby nor an adult, and does not drop experience upon death. Since the {{cd|minecraft:type_family}} was moved into the {{cd|pig_zombie_adult}} and {{cd|pig_zombie_baby}} component groups, instead of being in the base components list, these broken piglins are not in any family, causing them to have the following issues: | ||
*They cannot be put in boats or minecarts.<ref>{{bug|MCPE-236034}}</ref> | *They cannot be put in boats or minecarts.<ref>{{bug|MCPE-236034}}</ref> | ||
*[[Minecraft:Smite]] | *[[Minecraft:Smite]] does not work on them, due to them not being part of the {{cd|undead}} family. | ||
*They | *They are not targeted by [[Minecraft:iron golems]] and [[Minecraft:snow golems]], due to them not being part of the {{cd|monster}} family. | ||
*They are targeted by [[Minecraft:wither]]s. | *They are targeted by [[Minecraft:wither]]s, due to them not being part of the {{cd|undead}} family. | ||
*[[Minecraft:Piglin]]s | *[[Minecraft:Piglin]]s do not avoid them. They also do not avoid normal unbroken baby zombified piglins, as they are in the {{cd|baby_zombie_pigman}} family, rather than the {{cd|zombie_pigman}} family. | ||
*They are affected by the [[Minecraft:Poison]] and [[Minecraft:Regeneration]] effects, but [[Minecraft:Instant Health]] and [[Minecraft:Instant Damage]] are still reversed for them. | *They are affected by the [[Minecraft:Poison]] and [[Minecraft:Regeneration]] effects, due to them not being part of the {{cd|undead}} family, but [[Minecraft:Instant Health]] and [[Minecraft:Instant Damage]] are still reversed for them. | ||
Using the {{command|ride}} command, it is possible to make a baby zombified piglin ride:{{columns-list|* {{EntitySprite|Chicken}} Adult [[Minecraft:chicken]]s | Using the {{command|ride}} command, it is possible to make a baby zombified piglin ride:{{columns-list|* {{EntitySprite|Chicken}} Adult [[Minecraft:chicken]]s | ||
| Line 230: | Line 239: | ||
Zombified piglins are not initially hostile, but all zombified piglins within a 67×22×67 to 111×22×111 area<!-- The horizontal "radius" is followRange: base value is 35, ±5% random spawn bonus (it's a Gaussian distribution, so it can be greater but unlikely, less than 20% chance), then plus 0–50% random zombie-spawn bonus (depend on the local difficulty, under 3 there is no bonus, over 4 there is 33% chance for a bonus with linear distribution of that bonus). | Zombified piglins are not initially hostile, but all zombified piglins within a 67×22×67 to 111×22×111 area<!-- The horizontal "radius" is followRange: base value is 35, ±5% random spawn bonus (it's a Gaussian distribution, so it can be greater but unlikely, less than 20% chance), then plus 0–50% random zombie-spawn bonus (depend on the local difficulty, under 3 there is no bonus, over 4 there is 33% chance for a bonus with linear distribution of that bonus). | ||
The vertical radius is 10 blocks, with an additional block because the zombified piglins are 2 blocks tall. -->{{only|java|short=1}} or a 20-block radius{{only|bedrock|short=1}} centered on an attacked zombified piglin become aggressive and converge on the attacker (another mob or player, except [[Minecraft:goats]] and [[Minecraft:ghast]]s) if any individual is attacked, unless the zombified piglin attacked is killed in one hit.<ref>{{bug|MC-2432|||WAI}}</ref> They make an aggressive sound when angered. In addition, some zombified piglins have the ability to spawn reinforcements when attacked ([[Minecraft:Zombie#Reinforcements|similar to zombies]]).{{only|java|short=1}} This applies to any hit registered as coming from the player or other mobs, including deflected [[Minecraft:ghast]] fireballs, [[Minecraft:sword|sweep attacks]], snowballs and eggs, [[Minecraft:firework]]s shot from [[Minecraft:crossbow]]s, TNT, [[Minecraft:wind charge]]s, and skeleton arrows. Arrows shot from dispensers or [[Minecraft:bed]] explosions<ref>{{bug|MC-208880}}</ref> | The vertical radius is 10 blocks, with an additional block because the zombified piglins are 2 blocks tall. -->{{only|java|short=1}} or a 20-block radius{{only|bedrock|short=1}} centered on an attacked zombified piglin become aggressive and converge on the attacker (another mob or player, except [[Minecraft:goats]] and [[Minecraft:ghast]]s) if any individual is attacked, unless the zombified piglin attacked is killed in one hit.<ref>{{bug|MC-2432|||WAI}}</ref> They make an aggressive sound when angered. In addition, some zombified piglins have the ability to spawn reinforcements when attacked ([[Minecraft:Zombie#Reinforcements|similar to zombies]]).{{only|java|short=1}} This applies to any hit registered as coming from the player or other mobs, including deflected [[Minecraft:ghast]] fireballs, [[Minecraft:sword|sweep attacks]], snowballs and eggs, [[Minecraft:firework]]s shot from [[Minecraft:crossbow]]s, TNT, [[Minecraft:wind charge]]s, and skeleton arrows. Arrows shot from dispensers or [[Minecraft:bed]] explosions<ref>{{bug|MC-208880}}</ref> do not provoke zombified piglins. | ||
A zombified piglin can remain hostile indefinitely if it is both within the follow range of the player (33 to 55 blocks) and has a direct line of sight to the player. However, breaking one of those conditions causes a hostile zombified piglin to return to being neutral after a "forgiveness timer" expires. {{IN|java}}, this timer ranges from 20 seconds to 55 seconds<!-- This timer is 20 seconds to 40 seconds if the player is out of the follow range. There is an additional 15 seconds added if the player is out of sight but in range. -->, whereas {{in|bedrock}} it is always 25 seconds. The forgiveness timer does ''not'' advance for zombified piglins in unloaded chunks. Therefore, if the player enters a [[Minecraft:Nether portal]] and returns, any provoked zombified piglins in the area remain aggressive (unless another player was nearby to keep the chunks loaded). A player's death causes zombified piglins to become neutral toward the player if the gamerule <code>forgive_dead_players</code> (true by default) is true.{{only|java|short=1}} | A zombified piglin can remain hostile indefinitely if it is both within the follow range of the player (33 to 55 blocks) and has a direct line of sight to the player. However, breaking one of those conditions causes a hostile zombified piglin to return to being neutral after a "forgiveness timer" expires. {{IN|java}}, this timer ranges from 20 seconds to 55 seconds<!-- This timer is 20 seconds to 40 seconds if the player is out of the follow range. There is an additional 15 seconds added if the player is out of sight but in range. -->, whereas {{in|bedrock}} it is always 25 seconds. The forgiveness timer does ''not'' advance for zombified piglins in unloaded chunks. Therefore, if the player enters a [[Minecraft:Nether portal]] and returns, any provoked zombified piglins in the area remain aggressive (unless another player was nearby to keep the chunks loaded). A player's death causes zombified piglins to become neutral toward the player if the gamerule <code>forgive_dead_players</code> (true by default) is true.{{only|java|short=1}} | ||
| Line 493: | Line 502: | ||
|{{HistoryLine||1.5|[[Minecraft:Pig]]s struck by [[Minecraft:lightning]] in the [[Minecraft:Overworld]] now change into zombie pigmen.<ref>{{tweet|notch|57426954093211648|MUOAHAHA! Pigs that get hit by lightning turn into zombie pigmen ;D|April 11, 2011}}</ref>}} | |{{HistoryLine||1.5|[[Minecraft:Pig]]s struck by [[Minecraft:lightning]] in the [[Minecraft:Overworld]] now change into zombie pigmen.<ref>{{tweet|notch|57426954093211648|MUOAHAHA! Pigs that get hit by lightning turn into zombie pigmen ;D|April 11, 2011}}</ref>}} | ||
|{{HistoryLine|java}} | |{{HistoryLine|java}} | ||
|{{HistoryLine||1.0.0|dev=Beta 1.9 Prerelease|Zombie pigmen now drop 0-1 [[Minecraft:gold nugget]] | |{{HistoryLine||1.0.0|dev=Beta 1.9 Prerelease|Zombie pigmen now drop 0-1 [[Minecraft:gold nugget]] and 0-1 [[Minecraft:rotten flesh]] and no longer drop cooked porkchops. | ||
|[[File:Zombified Piglin JE3 BE2.png|x53px]] All humanoid [[Minecraft:mob]]s have the bottom texture of the face flipped, resulting in a change in the [[Minecraft:model]] of zombie pigmen.}} | |[[File:Zombified Piglin JE3 BE2.png|x53px]] All humanoid [[Minecraft:mob]]s have the bottom texture of the face flipped, resulting in a change in the [[Minecraft:model]] of zombie pigmen.}} | ||
|{{HistoryLine|||dev=Beta 1.9 Prerelease 2<!-- may be 1 -->|Zombie pigmen now naturally have 2 [[Minecraft:armor]] points, as [[Minecraft:zombie]]s. The armor points prevent 8% of [[Minecraft:damage]] taken.}} | |{{HistoryLine|||dev=Beta 1.9 Prerelease 2<!-- may be 1 -->|Zombie pigmen now naturally have 2 [[Minecraft:armor]] points, as [[Minecraft:zombie]]s. The armor points prevent 8% of [[Minecraft:damage]] taken.}} | ||
|{{HistoryLine|||dev=Beta 1.9 Prerelease 5|Zombie pigmen, along with other undead [[Minecraft:mob]]s, can now be damaged by [[Minecraft:splash potion]]s of Healing, and can be healed by splash potions of Harming. | |{{HistoryLine|||dev=Beta 1.9 Prerelease 5|Zombie pigmen, along with other undead [[Minecraft:mob]]s, can now be damaged by [[Minecraft:splash potion]]s of Healing, and can be healed by splash potions of Harming. | ||
|As they are undead mobs, a [[Minecraft:sword]] enchanted with [[Minecraft:Smite]] now does extra [[Minecraft:damage]] to zombie pigmen.}} | |As they are undead mobs, a [[Minecraft:sword]] enchanted with [[Minecraft:Smite]] now does extra [[Minecraft:damage]] to zombie pigmen.}} | ||
|{{HistoryLine||1.2.1|dev=12w06a|Zombie pigmen now have a rare chance of dropping [[Minecraft:gold ingot]]s, golden [[Minecraft:helmet]]s, or their own [[Minecraft:golden sword]]s, which may be enchanted. The [[Minecraft:sword]] is enchanted with the equivalent of roughly a level 5 [[Minecraft: | |{{HistoryLine||1.2.1|dev=12w06a|Zombie pigmen now have a rare chance of dropping [[Minecraft:gold ingot]]s, golden [[Minecraft:helmet]]s, or their own [[Minecraft:golden sword]]s, which may be enchanted. The [[Minecraft:sword]] is enchanted with the equivalent of roughly a level 5 [[Minecraft:enchantment]].}} | ||
|{{HistoryLine|||dev=1.2|Zombie pigmen are now referred to by their real name, "Zombie Pigman", in the language file, rather than "Pig Zombie".}} | |{{HistoryLine|||dev=1.2|Zombie pigmen are now referred to by their real name, "Zombie Pigman", in the language file, rather than "Pig Zombie".}} | ||
|{{HistoryLine||1.3.1|dev=12w22a|Zombie pigmen can now spawn from [[Minecraft:Nether Portal (block)|Nether portals]].}} | |{{HistoryLine||1.3.1|dev=12w22a|Zombie pigmen can now spawn from [[Minecraft:Nether Portal (block)|Nether portals]].}} | ||
|{{HistoryLine||1.4.2|dev=12w32a|Zombie pigmen may spawn with [[Minecraft: | |{{HistoryLine||1.4.2|dev=12w32a|Zombie pigmen may spawn with [[Minecraft:enchanted]] swords and have the capacity to wear any type of armor. | ||
|The [[Minecraft:sword]] that a zombie pigmen is carrying now increases the [[Minecraft:damage]] it deals. | |The [[Minecraft:sword]] that a zombie pigmen is carrying now increases the [[Minecraft:damage]] it deals. | ||
|Zombie pigmen may pick up dropped [[Minecraft:item]]s.}} | |Zombie pigmen may pick up dropped [[Minecraft:item]]s.}} | ||
| Line 527: | Line 536: | ||
|{{HistoryLine|||dev=15w34a|Zombie pigmen now have an attack animation without [[Minecraft:weapon]]s.}} | |{{HistoryLine|||dev=15w34a|Zombie pigmen now have an attack animation without [[Minecraft:weapon]]s.}} | ||
|{{HistoryLine||1.11|dev=16w32a|The [[Minecraft:entity]] ID has been changed changed from <code>PigZombie</code> to <code>zombie_pigman</code>. | |{{HistoryLine||1.11|dev=16w32a|The [[Minecraft:entity]] ID has been changed changed from <code>PigZombie</code> to <code>zombie_pigman</code>. | ||
|The zombie | |The zombie pigman's in-game name is now "Zombie Pigman" instead of "Zombie" in their name tag when they have <code>CustomNameVisible</code> enabled.}} | ||
|{{HistoryLine||1.12|dev=17w06a|Non-hostile zombie pigmen no longer prevent a [[Minecraft:player]] from sleeping in a [[Minecraft:bed]].}} | |{{HistoryLine||1.12|dev=17w06a|Non-hostile zombie pigmen no longer prevent a [[Minecraft:player]] from sleeping in a [[Minecraft:bed]].}} | ||
|{{HistoryLine||1.13|dev=18w07a|Zombie pigmen now seek out [[Minecraft:turtle egg]]s and intentionally trample them.}} | |{{HistoryLine||1.13|dev=18w07a|Zombie pigmen now seek out [[Minecraft:turtle egg]]s and intentionally trample them.}} | ||
| Line 539: | Line 548: | ||
|{{HistoryLine|||dev=20w09a|"Zombie Pigman" has been renamed to "Zombified Piglin". | |{{HistoryLine|||dev=20w09a|"Zombie Pigman" has been renamed to "Zombified Piglin". | ||
|[[File:Zombified Piglin JE6.png|x53px]] [[File:Baby Zombified Piglin JE5.png|x32px]] The textures and [[Minecraft:model]]s of zombified piglins and baby zombified piglins have been changed. Currently, however, the texture of their loincloths is not displayed correctly. | |[[File:Zombified Piglin JE6.png|x53px]] [[File:Baby Zombified Piglin JE5.png|x32px]] The textures and [[Minecraft:model]]s of zombified piglins and baby zombified piglins have been changed. Currently, however, the texture of their loincloths is not displayed correctly. | ||
|Zombified piglins and baby zombified piglins no longer raise their arms | |Zombified piglins and baby zombified piglins no longer raise their arms like other zombies. | ||
|The ID of zombified piglins has been changed from {{cd|zombie_pigman|d=to|zombified_piglin}}. | |The ID of zombified piglins has been changed from {{cd|zombie_pigman|d=to|zombified_piglin}}. | ||
|The texture of zombified piglins has been renamed from {{cd|zombie_piglin.png}} to {{cd|zombified_piglin.png}}.}} | |The texture of zombified piglins has been renamed from {{cd|zombie_piglin.png}} to {{cd|zombified_piglin.png}}.}} | ||
| Line 547: | Line 556: | ||
|{{HistoryLine|||dev=20w18a|Zombified piglins that spawn riding [[Minecraft:strider]]s no longer despawn.}} | |{{HistoryLine|||dev=20w18a|Zombified piglins that spawn riding [[Minecraft:strider]]s no longer despawn.}} | ||
|{{HistoryLine|||dev=20w19a|[[Minecraft:Piglin]]s now become zombified piglins when in [[Minecraft:the End]].}} | |{{HistoryLine|||dev=20w19a|[[Minecraft:Piglin]]s now become zombified piglins when in [[Minecraft:the End]].}} | ||
|{{HistoryLine|||dev=20w22a|[[File:Zombified Piglin JE9.png|x53px]] [[File:Baby Zombified Piglin JE8.png|x32px]] The textures and [[Minecraft:model]]s of zombified piglins and baby zombified piglins have been changed. They have now both arms raised, and baby zombified piglins are armed | |{{HistoryLine|||dev=20w22a|[[File:Zombified Piglin JE9.png|x53px]] [[File:Baby Zombified Piglin JE8.png|x32px]] The textures and [[Minecraft:model]]s of zombified piglins and baby zombified piglins have been changed. They have now both arms raised, and baby zombified piglins are armed again.}} | ||
|{{HistoryLine|||dev=pre1|Zombified piglins no longer attack innocent bystanders unless {{cmd|gamerule universalAnger}} is set to <code>true</code>.<ref>{{bug|MC-69032|||Fixed}}</ref> | |{{HistoryLine|||dev=pre1|Zombified piglins no longer attack innocent bystanders unless {{cmd|gamerule universalAnger}} is set to <code>true</code>.<ref>{{bug|MC-69032|||Fixed}}</ref> | ||
|Zombified piglins now stop being angry if the targeted [[Minecraft:player]] dies nearby unless {{cmd|/gamerule forgiveDeadPlayers}} is set to <code>false</code>. | |Zombified piglins now stop being angry if the targeted [[Minecraft:player]] dies nearby unless {{cmd|/gamerule forgiveDeadPlayers}} is set to <code>false</code>. | ||
| Line 568: | Line 576: | ||
|{{HistoryLine|||dev=snap7|[[File:Baby Zombified Piglin JE9.png|30px]] The model and texture of baby zombified piglins have been changed.}} | |{{HistoryLine|||dev=snap7|[[File:Baby Zombified Piglin JE9.png|30px]] The model and texture of baby zombified piglins have been changed.}} | ||
|{{HistoryLine|||dev=pre1|[[File:Baby Zombified Piglin JE10.png|40px]] The texture of baby zombified piglins' snout has been fixed to be 3x3x1.<ref>{{bug|MC-306338|||F}}</ref> | |{{HistoryLine|||dev=pre1|[[File:Baby Zombified Piglin JE10.png|40px]] The texture of baby zombified piglins' snout has been fixed to be 3x3x1.<ref>{{bug|MC-306338|||F}}</ref> | ||
|Baby zombified piglins no longer raise their arms when holding items | |Baby zombified piglins no longer raise their arms when holding items.}} | ||
}} | }} | ||
| Line 599: | Line 607: | ||
|Zombie pigmen can now drop [[Minecraft:gold nugget]]s. | |Zombie pigmen can now drop [[Minecraft:gold nugget]]s. | ||
|Zombie pigmen can now spawn from [[Minecraft:Nether portal]]s in the [[Minecraft:Overworld]].}} | |Zombie pigmen can now spawn from [[Minecraft:Nether portal]]s in the [[Minecraft:Overworld]].}} | ||
|{{HistoryLine|||dev=build 11|Zombie pigmen now have a chance of spawning with [[Minecraft: | |{{HistoryLine|||dev=build 11|Zombie pigmen now have a chance of spawning with [[Minecraft:enchanted]] [[Minecraft:sword]]s.}} | ||
|{{HistoryLine|||dev=build 12|Zombie pigmen now attack [[Minecraft:iron golem]]s.}} | |{{HistoryLine|||dev=build 12|Zombie pigmen now attack [[Minecraft:iron golem]]s.}} | ||
|{{HistoryLine||v0.14.0|dev=build 1|Replaced [[Minecraft:chicken jockey]]s: baby zombie pigmen now have 15% chance of becoming a [[Minecraft:jockey]] when angered. | |{{HistoryLine||v0.14.0|dev=build 1|Replaced [[Minecraft:chicken jockey]]s: baby zombie pigmen now have 15% chance of becoming a [[Minecraft:jockey]] when angered. | ||
| Line 636: | Line 644: | ||
|{{HistoryLine||1.21.130|dev=Preview 1.21.130.20|[[File:Zombified Piglin With Golden Spear BE.png|x53px]]Zombified piglins can now spawn holding [[Minecraft:golden spear]]s.}} | |{{HistoryLine||1.21.130|dev=Preview 1.21.130.20|[[File:Zombified Piglin With Golden Spear BE.png|x53px]]Zombified piglins can now spawn holding [[Minecraft:golden spear]]s.}} | ||
|{{HistoryLine|||dev=Preview 1.21.130.22|Zombified piglins can now use the spear's charge attack.}} | |{{HistoryLine|||dev=Preview 1.21.130.22|Zombified piglins can now use the spear's charge attack.}} | ||
|{{HistoryLine|||dev=Preview 1.21.130.26|Adult zombified piglins | |{{HistoryLine|||dev=Preview 1.21.130.26|Adult zombified piglins that spawn now have the {{cd|spawn_adult}} [[Minecraft:spawn event|event]] applied.|Baby zombified piglins that spawn now have the {{cd|spawn_baby}} [[Minecraft:spawn event|event]] applied.}} | ||
|{{HistoryLine||26.0|dev=Preview 26.0.27|Due to a bug, baby zombified piglins that are supposed to be jockeys are broken.<ref>{{bug|MCPE-235955}}</ref><ref>{{bug|MCPE-236034}}</ref>|Due to the above bug, zombified piglins cannot spawn as riders of strider jockeys.<ref>{{bug|MCPE-236161}}</ref>}} | |{{HistoryLine||26.0|dev=Preview 26.0.27|Due to a bug, baby zombified piglins that are supposed to be jockeys are broken.<ref>{{bug|MCPE-235955}}</ref><ref>{{bug|MCPE-236034}}</ref>|Due to the above bug, zombified piglins cannot spawn as riders of strider jockeys.<ref>{{bug|MCPE-236161}}</ref>}} | ||
|{{HistoryLine||26.10|dev=Preview 26.10.23|[[File:Baby Zombified Piglin JE9 BE6.png|28px]] The model and texture of baby zombified piglins have been changed.}} | |{{HistoryLine||26.10|dev=Preview 26.10.23|[[File:Baby Zombified Piglin JE9 BE6.png|28px]] The model and texture of baby zombified piglins have been changed.}} | ||
|{{HistoryLine|||dev=Preview 26.10.24|[[File:Baby Zombified Piglin BE7.png|38px]] Baby zombified piglins no longer raise their arms when holding items.<ref>{{bug|MCPE-236381|||WAI}}</ref>}} | |{{HistoryLine|||dev=Preview 26.10.24|[[File:Baby Zombified Piglin BE7.png|38px]] Baby zombified piglins no longer raise their arms when holding items.<ref>{{bug|MCPE-236381|||WAI}}</ref>}} | ||
|{{HistoryLine||26.20|dev=Preview 26.20.20|[[File:Baby Zombified Piglin BE8.png|38px]] The texture of baby zombified piglins' snout has been fixed to be 3x3x1, matching {{JE}}.}} | |{{HistoryLine||26.20|dev=Preview 26.20.20|[[File:Baby Zombified Piglin BE8.png|38px]] The texture of baby zombified piglins' snout has been fixed to be 3x3x1, matching {{JE}}.}} | ||
|{{HistoryLine|||dev=Preview 26.20.22|The hitboxes of baby zombified piglins have been changed, to closely match {{JE}}.<ref>{{bug|MCPE-236077}}</ref>}} | |{{HistoryLine|||dev=Preview 26.20.22|The hitboxes of baby zombified piglins have been changed, to closely match {{JE}}.<ref>{{bug|MCPE-236077}}</ref>}} | ||
| Line 650: | Line 657: | ||
|{{HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Zombified Piglin JE3 BE2.png|x53px]] Added zombie pigmen.}} | |{{HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Zombified Piglin JE3 BE2.png|x53px]] Added zombie pigmen.}} | ||
|{{HistoryLine||xbox=TU7|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|Zombie pigmen now drop 0-1 [[Minecraft:gold nugget]]s and 0-1 [[Minecraft:rotten flesh]] and no longer drop cooked porkchops.{{check version}}}} | |{{HistoryLine||xbox=TU7|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|Zombie pigmen now drop 0-1 [[Minecraft:gold nugget]]s and 0-1 [[Minecraft:rotten flesh]] and no longer drop cooked porkchops.{{check version}}}} | ||
|{{HistoryLine||xbox=TU12|Zombie pigmen now have a rare chance of dropping [[Minecraft:gold ingot]]s, golden [[Minecraft:helmet]]s, or their own golden [[Minecraft:sword]]s, which can be [[Minecraft: | |{{HistoryLine||xbox=TU12|Zombie pigmen now have a rare chance of dropping [[Minecraft:gold ingot]]s, golden [[Minecraft:helmet]]s, or their own golden [[Minecraft:sword]]s, which can be [[Minecraft:enchanted]] with a random level 5 enchantment.}} | ||
|{{HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|Zombie pigmen can now spawn in the [[Minecraft:Overworld]] from [[Minecraft:Nether portal]]s.}} | |{{HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|Zombie pigmen can now spawn in the [[Minecraft:Overworld]] from [[Minecraft:Nether portal]]s.}} | ||
|{{HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|[[File:Baby Zombified Piglin JE2 BE1.png|x32px]] Added baby zombie pigmen. | |{{HistoryLine||xbox=TU19|xbone=CU7|ps3=1.12|psvita=1.12|ps4=1.12|[[File:Baby Zombified Piglin JE2 BE1.png|x32px]] Added baby zombie pigmen. | ||
| Line 674: | Line 681: | ||
*The zombified piglin's angry sound is played twice the speed of the original sound file in the game.{{only|java|short=1}} | *The zombified piglin's angry sound is played twice the speed of the original sound file in the game.{{only|java|short=1}} | ||
*Applying the [[Minecraft:Classic Texture Pack]] changes the zombified piglin's model and texture back to a zombie pigman.{{only|Bedrock}} | *Applying the [[Minecraft:Classic Texture Pack]] changes the zombified piglin's model and texture back to a zombie pigman.{{only|Bedrock}} | ||
*In narrative media such as {{MCL}}, piglins | *In narrative media such as {{MCL}}, piglins do not zombify in the [[Minecraft:Overworld]] because they breathe in [[Minecraft:Nether wart]] spores.<ref>{{Mcnet|craft-your-own-legend/piglin|A rowdy piglin|March 24, 2023|[[Minecraft:Cristina Anderca]], [[Minecraft:Sophie Austin]], [[Minecraft:Sofia Dankis]], and [[Minecraft:Per Landin]]}}</ref><ref>''{{MCL|Return of the Piglins}}''<!-- Add specific chapter where this is explained --></ref><ref>{{Tweet|jeb_|1833656219795681736|A movie teaser note: In Minecraft Legends the piglins used netherwart to survive the overworld...}}</ref> | ||
* In the 2013 ''[[Minecraft:wikipedia:Agents of S.H.I.E.L.D.|Marvel's Agents of S.H.I.E.L.D.]]'' episode ''Girl in the Flower Dress'', Jemma Simmons mentions that another character "runs a rather nasty mob" of zombie pigmen.<ref>{{ytl|F_QDFf-WTVw|Marvel's Agents of SHIELD - Episode 5 - Minecraft Reference|LightXEthan|October 23, 2013}}</ref> | * In the 2013 ''[[Minecraft:wikipedia:Agents of S.H.I.E.L.D.|Marvel's Agents of S.H.I.E.L.D.]]'' episode ''Girl in the Flower Dress'', Jemma Simmons mentions that another character "runs a rather nasty mob" of zombie pigmen.<ref>{{ytl|F_QDFf-WTVw|Marvel's Agents of SHIELD - Episode 5 - Minecraft Reference|LightXEthan|October 23, 2013}}</ref> | ||
* If a player sits on a saddled pig and is struck by lighting, they end up sitting on the newly-transformed zombified piglin.{{only|java|short=1}} However, after dismounting, the zombified piglin cannot be ridden again. | * If a player sits on a saddled pig and is struck by lighting, they end up sitting on the newly-transformed zombified piglin.{{only|java|short=1}} However, after dismounting, the zombified piglin cannot be ridden again. | ||
Latest revision as of 11:18, 14 May 2026
Template:For Template:Update Template:Needs render Template:Infobox entity Zombified piglins are Minecraft:neutral and Minecraft:undead variants of Minecraft:piglins that spawn in Minecraft:the Nether. Zombified piglins normally ignore Minecraft:players, but if one gets attacked and survives, it and all other zombified piglins in the vicinity become hostile and attack the aggressor.
Spawning
Zombified piglins can spawn in several methods:
- In Minecraft:Nether wastes and Minecraft:crimson forest biomes, and Minecraft:Nether fortresses in Minecraft:the Nether.
- When a Minecraft:strider spawns as a Minecraft:strider jockey.
- From Minecraft:Nether portals in the Minecraft:Overworld.
- They spawn directly in the portal, meaning they do not require other mobs to go through the portal.
- Mobs going through a Nether portal are not considered "spawning" of any kind.
- When struck by Minecraft:lightning, Minecraft:pigs transform into zombified piglins.
- From Minecraft:piglins or Minecraft:piglin brutes zombifying in the Minecraft:Overworld or Minecraft:the End.
- Zombification takes 15 seconds and starts as soon as the mob enters the dimension.
- The zombified piglin will retain any equipment that piglin or piglin brute had.
- As reinforcements from other zombified piglins.Template:Only
They have a 5% chance of spawning as baby zombified piglins. Zombified piglins do not spawn naturally on top of Minecraft:Nether wart blocks. Like other naturally fireproof mobs, they can spawn on Minecraft:magma blocks.
Zombified piglins do not spawn in Minecraft:Peaceful mode, despite being neutral.
Equipment
95% of zombified piglins spawn with a Minecraft:golden sword, which has up to a 25% chance of being enchanted in Normal or Hard Minecraft:difficulty. This chance varies depending on the Minecraft:regional difficulty. The sword's enchantment is from 5 to 23 levels.
5% of zombified piglins spawn with a Minecraft:golden spear, which may be enchanted. They use the spear’s Minecraft:charge attack if provoked.
Template:IN, on Halloween (October 31), zombified piglins have a 22.5% chance of spawning with a Minecraft:carved pumpkin or a 2.5% chance of spawning with a Minecraft:jack o'lantern equipped as headgear. This is not dropped, even if killed with Minecraft:Looting.
Chicken jockey
Template:Exclusive Baby zombified piglins can spawn as a Minecraft:chicken jockey, with the following probability:
- A baby zombified piglin has a chance of 9.75% to spawn as a chicken jockey if a chicken is present within a 5×3×5 block area centered on the spawn attempt location (5% to use the chicken nearby + 4.75% of summoning a new chicken).
- A baby zombified piglin has a 4.75% chance of spawning as a chicken jockey if no chicken is present within a 5×3×5 area.
- The combined chance of a zombified piglin independently spawning as a baby chicken jockey is 0.2375%.
Nether biomes and fortresses
Zombified piglins spawn in Minecraft:the Nether at light level 11 and below on most blocks other than Minecraft:Nether wart blocks. They spawn most commonly in Minecraft:Nether wastes in groups of 4, frequently in Minecraft:Nether fortresses in groups of 4, and uncommonly in Minecraft:crimson forests in groups of 2-4. Template:IN, zombified piglins spawn in groups of 2-4 on both Minecraft:Nether wastes and Minecraft:crimson forests and individually on Minecraft:Nether fortresses.
Strider jockey
Template:Main Template:Exclusive When an adult Minecraft:strider spawns, it has a 3.3% chance of spawning being ridden by a zombified piglin holding a Minecraft:warped fungus on a stick. The zombified piglin does not count towards the mob cap and does not despawn.
In Template:BE, zombified piglins could not spawn on top of saddled striders that are supposed to be jockeys. This is due to the fact that in the Template:Cd file, the base Template:Cd list does not have the Template:Cd component, because it was moved to the Template:Cd component group. And since zombified piglins spawned on top of striders were neither an adult nor a baby, both of which have the Template:Cd component, and that striders that have spawned as a strider jockey are rideable by mobs in the Template:Cd family, they no longer spawn.<ref>Template:Bug</ref>
Nether portals
When a Minecraft:Nether portal block in the Minecraft:Overworld receives a Minecraft:random tick, there is a chance of Template:Frac (0.05%) on Easy, Template:Frac (0.1%) on Normal and Template:Frac (0.15%) on Hard for it to spawn a zombified piglin.
Template:IN, they appear inside one of the portal blocks on the bottom. Zombified piglins who spawn in this way cannot travel to Minecraft:the Nether for a preset amount of time, whether they walk through the portal they spawned in or through nearby portals.
Template:IN, they spawn one block to the east or south of the portal (depending on which direction the portal is facing). Neither Minecraft:slabs nor lighting prevents this. Every portal block is immediately ticked when the portal is first activated; therefore, if a large portal is repeatedly activated and deactivated, zombified piglins can spawn rapidly<ref>Template:Bug</ref>. However, portals at negative heights do not spawn zombified piglins at all.
Zombified piglins spawning via this process is completely independent of the Minecraft:mob cap, similar to the spawning of Minecraft:phantoms Template:In, which means they can still spawn if there are a sufficient number of hostile mobs in the world.
Pigs
A zombified piglin spawns when Minecraft:lightning strikes within 4 blocks of a Minecraft:pig, up to 8 blocks down, and up to 4 blocks up, regardless of any obstruction between the pig and where the lightning strikes. If the pig is a piglet, it then transforms into a baby zombified piglin.
Piglins
A Minecraft:piglin or Minecraft:piglin brute that enters the Minecraft:Overworld or Minecraft:the End transforms into a zombified piglin after 15 seconds. When piglins wielding Minecraft:crossbows zombify, they keep their crossbows, but are unable to use them, and perform melee attacks like other zombified piglins. When baby piglins zombify, they do not have weapons, unlike baby zombified piglins that naturally spawn. When piglin brutes zombify, they keep their axes.
The newly zombified piglin gets the Minecraft:Nausea effect for 10 seconds. This is a purely visual effect, and does not affect the mob's behavior.
A zombified piglin keeps any armor or weapons collected before being zombifiedTemplate:Only.
Baby zombified piglins also have a 5% chance of becoming a chicken jockeyTemplate:Only.
If a piglin is in the middle of bartering and gets zombified while inspecting a gold ingot, it drops the ingot when it turns into a zombified piglin.
Leaders & Reinforcements
Template:MainTemplate:Exclusive Unlike other zombie variants, only leader zombified piglins can spawn reinforcements.<ref>Template:Bug</ref>
On Minecraft:Hard difficulty, up to 5% zombified piglins of zombified piglins may spawn as a leader, which have a 50–75% plus 0–10% chance to spawn other zombified piglins as reinforcements when receiving Minecraft:damage while targeting an Minecraft:entity.
Unlike Minecraft:zombies, zombified piglins can spawn reinforcements regardless of light level.
Drops
On death
- There is an 8.5%Template:Only or 25%Template:Only chance to drop their original weapon if killed by a player or tamed Minecraft:wolf. The chance is increased by 1%Template:Only or 5%Template:Only per level of Looting, for a maximum of 11.5%Template:Only or 40%Template:Only with Looting III. The death animation does not include the weapon if it was dropped.
- Template:ItemLink (spawns with often)
- Template:ItemLink (spawns with rarely)
- Template:ItemLink if zombified from a piglin brute
- Template:ItemLink if zombified from a piglin
- Template:ItemLink if spawned riding a Minecraft:strider
- After a piglin transforms into a zombified piglin, it drops any acquired armor and held weapons upon death.
- Template:Xp for adults or Template:Xp for babies if killed by a player or a tamed Minecraft:wolf.
- An additional Template:Xp for each equipment it does not drop upon death.
- Additionally, Template:In, 0.75% of zombified piglins that have spawned do not drop any experience.
Behavior
Zombified piglins wander aimlessly about when idle. They move at 2.28 m/s and are immune to Minecraft:fire and Minecraft:lava. When provoked, their speed increases to 3.38 m/s or faster for babies.
Template:IN, like Minecraft:zombies, some zombified piglins can attack wooden and Minecraft:copper doors and may break them on Hard difficulty or in Minecraft:Hardcore mode.<ref>Template:Bug marked 'Works As Intended'</ref>
In Normal and Hard difficulties, up to 55%Template:Only or 25%Template:Only of zombified piglins can pick up any Minecraft:armor pieces and Minecraft:swords better than their golden one, which they always drop when killed. This also prevents them from despawning.
Template:IN, zombified piglins may pick up an Minecraft:ominous banner next to it as Minecraft:pillagers do.<ref>Template:Bug</ref>
Zombified piglins try to destroy any Minecraft:turtle eggs they see within 23 blocks away horizontally and 3 blocks away vertically (10 blocks horizontally and 2 blocks vertically Template:In), not counting the block they are standing in. When a zombified piglin is first spawned, it always detects nearby turtle eggs after exactly 2 seconds, as long as there are two blocks of air above it. However, if the turtle egg is placed after the zombified piglin spawned, the zombified piglin takes some time to notice the turtle egg and try to break it. Unlike other zombie variants, zombified piglins do not attack baby Minecraft:turtles.
Zombified piglins avoid walking near Minecraft:magma blocks and cannot jump over magma blocks one block high. If a zombified piglin is surrounded by magma block wall one block height or higher, it gets near those surrounding magma blocks surrounding them. If a zombified piglin spawns on or is pushed onto magma blocks, it pathfinds normally on the magma.
Zombified piglins do not retreat from Minecraft:zoglins, soul torches, soul lanterns, soul fire, or soul campfires. Zoglins attack zombified piglins on sight, causing a retaliation.
Zombified piglins are not distracted by gold and cannot barter, unlike piglins. They also do not follow players that are holding a gold ingot or another gold item.
Minecraft:Wandering traders run away from zombified piglinsTemplate:Only, despite them being passive to them. In addition, piglins squeal in distress and flee from zombified piglins if they get too close. Zombified piglins ignore piglins unless provoked.
Minecraft:Iron golems attack zombified piglins, which causes other zombified piglins to attack the iron golem. A zombified piglin is neutral to every mob that can attack, but they retaliate and gang up on any mob that provokes them.
Mounting
Template:Exclusive 15% of naturally spawned baby zombified piglins are supposed to spawn as a jockey and find the nearest mob to mount but do not due to a bug.
This is due to the fact that in the Template:Cd file, in the Template:Cd event, it has 3 triggering spawn events, Template:Cd where the zombified piglin spawns as an adult, Template:Cd where it spawns as a baby, and Template:Cd which is supposed to be the event that spawns baby zombified piglins as a baby jockey that finds mounts, but it does not exist. And because Template:Cd does not exist, this results the baby jockey actually spawning as a broken zombified piglin that is neither a baby nor an adult, and does not drop experience upon death. Since the Template:Cd was moved into the Template:Cd and Template:Cd component groups, instead of being in the base components list, these broken piglins are not in any family, causing them to have the following issues:
- They cannot be put in boats or minecarts.<ref>Template:Bug</ref>
- Minecraft:Smite does not work on them, due to them not being part of the Template:Cd family.
- They are not targeted by Minecraft:iron golems and Minecraft:snow golems, due to them not being part of the Template:Cd family.
- They are targeted by Minecraft:withers, due to them not being part of the Template:Cd family.
- Minecraft:Piglins do not avoid them. They also do not avoid normal unbroken baby zombified piglins, as they are in the Template:Cd family, rather than the Template:Cd family.
- They are affected by the Minecraft:Poison and Minecraft:Regeneration effects, due to them not being part of the Template:Cd family, but Minecraft:Instant Health and Minecraft:Instant Damage are still reversed for them.
Using the Template:Command command, it is possible to make a baby zombified piglin ride:Template:Columns-list
Mob type
Being an Minecraft:undead mob, they are:
- damaged by the status effect Minecraft:Instant Health and healed by the status effect Minecraft:Instant Damage.
- unaffected by the status effects Minecraft:Regeneration and Minecraft:Poison.
- ignored by the Minecraft:wither.
- affected by the Minecraft:Smite enchantment.
- unable to swim in Minecraft:water, but do not drown.
- a threat to Minecraft:armadillos, causing them to hide in their shell.
As they are monsters, Minecraft:golden dandelions do not work on baby zombified piglins.
Hostility
Zombified piglins are not initially hostile, but all zombified piglins within a 67×22×67 to 111×22×111 areaTemplate:Only or a 20-block radiusTemplate:Only centered on an attacked zombified piglin become aggressive and converge on the attacker (another mob or player, except Minecraft:goats and Minecraft:ghasts) if any individual is attacked, unless the zombified piglin attacked is killed in one hit.<ref>Template:Bug</ref> They make an aggressive sound when angered. In addition, some zombified piglins have the ability to spawn reinforcements when attacked (similar to zombies).Template:Only This applies to any hit registered as coming from the player or other mobs, including deflected Minecraft:ghast fireballs, sweep attacks, snowballs and eggs, Minecraft:fireworks shot from Minecraft:crossbows, TNT, Minecraft:wind charges, and skeleton arrows. Arrows shot from dispensers or Minecraft:bed explosions<ref>Template:Bug</ref> do not provoke zombified piglins.
A zombified piglin can remain hostile indefinitely if it is both within the follow range of the player (33 to 55 blocks) and has a direct line of sight to the player. However, breaking one of those conditions causes a hostile zombified piglin to return to being neutral after a "forgiveness timer" expires. Template:IN, this timer ranges from 20 seconds to 55 seconds, whereas Template:In it is always 25 seconds. The forgiveness timer does not advance for zombified piglins in unloaded chunks. Therefore, if the player enters a Minecraft:Nether portal and returns, any provoked zombified piglins in the area remain aggressive (unless another player was nearby to keep the chunks loaded). A player's death causes zombified piglins to become neutral toward the player if the gamerule forgive_dead_players (true by default) is true.Template:Only
A hostile zombified piglin can also "sound an alarm", spreading the aggro to all zombified piglins within a 67×22×67 to 111×22×111 area Template:Only or 20-blockTemplate:Only radius. A hostile zombified piglin does this whenever the targeted player is within their follow range (33 to 55 blocks) and has a constant line-of-sight with its target, then it does the same every 4–6 seconds (80-120 game ticks), recruiting any formerly-neutral peers. They pursue players even if they have the Minecraft:Invisibility effect.
Template:IN, a nearby neutral zombified piglin prevents a player from sleeping, as if it were a hostile mob.
Hostile zombified piglins have slightly different pathfinding than when they are neutral. For example, they fall off edges that would cause them to take fall damage in an attempt to reach their target where most other mobs would otherwise not.
When a zombified piglin is angered, the normal piglins do not get aggressive, and vice versa.
Unlike other zombie variants, zombified piglins do not attack Minecraft:villagers and Minecraft:wandering traders. However, a villager that accidentally damages a zombified piglin with a firework rocket (after the player defeats a raid) will provoke any nearby zombified piglins to retaliate against the villager, and as a zombie variant, zombified piglins turn regular villagers into Minecraft:zombie villagers.Template:Only<ref>This does not occur in Template:BE because zombified piglins are not in the Template:Cd family, and mobs in the Template:Cd family can convert villagers into zombie villagers.</ref>
Using spears
Zombified piglins wielding spears have different attacking behavior. When attacking, they use the spear's charge attack while moving towards their target. They hold the charge through its full duration, using all 3 stages. Once the charge attack has ended or they get too close to their target, they walk away to increase the distance between them and their target before turning around to begin another charge.
Jockey
15% of nearby baby Minecraft:zombies, Minecraft:husks, or Minecraft:drowned may ride an adult zombified piglin to form a Minecraft:jockey.
Sounds
Data values
ID
Template:Edition: Template:ID table
Template:Edition: Template:ID table
Entity data
Zombified piglins have entity data associated with them that contains various properties.
<section begin="entity data"/>
- Template:Nbt Entity data
- Template:Nbt inherit/angerable
- Template:Nbt inherit/entity
- Template:Nbt inherit/mob
- {{#lst:Zombie|zombie base data}}
<section end="entity data"/>
Achievements
Achievements that apply to all mobs: Template:Collapse
Advancements
Advancements that apply to all mobs: Template:Collapse
History
Development
Java Edition
Bedrock Edition
Legacy Console Edition
New Nintendo 3DS Edition
Issues
Trivia
- The pre-Minecraft:Texture Update zombie pigman texture file has "THX XAPHOBIA" written on the unused section as a credit by Minecraft:Notch to the skin's original creator.
- The zombified piglin's angry sound is played twice the speed of the original sound file in the game.Template:Only
- Applying the Minecraft:Classic Texture Pack changes the zombified piglin's model and texture back to a zombie pigman.Template:Only
- In narrative media such as Template:MCL, piglins do not zombify in the Minecraft:Overworld because they breathe in Minecraft:Nether wart spores.<ref>Template:Mcnet</ref><ref>Template:MCL</ref><ref>Template:Tweet</ref>
- In the 2013 Marvel's Agents of S.H.I.E.L.D. episode Girl in the Flower Dress, Jemma Simmons mentions that another character "runs a rather nasty mob" of zombie pigmen.<ref>Template:Ytl</ref>
- If a player sits on a saddled pig and is struck by lighting, they end up sitting on the newly-transformed zombified piglin.Template:Only However, after dismounting, the zombified piglin cannot be ridden again.
Gallery
Renders
Jockeys
-
The position of a sitting zombified piglin
-
A zombified piglin riding a Minecraft:strider
-
A zombified piglin Minecraft:chicken jockey
-
An adult zombified piglin jockeyTemplate:Only
Armed
-
A zombified piglin targeting
-
A baby zombified piglin targeting
-
A zombified piglin with a Minecraft:crossbow
-
A zombified Minecraft:piglin brute
Zombifying
-
A Minecraft:piglin zombifying animation
-
A piglin brute zombifying animation
Halloween
-
A zombified piglin with a Minecraft:pumpkin
-
A zombified piglin with a Minecraft:jack o' lantern
-
A baby zombified piglin with a pumpkin
-
A baby zombified piglin with a jack o'lantern
Zombie pigman
-
A zombie pigman
-
A zombie pigman targetting
-
A zombie pigman sitting
-
A baby zombie pigman riding an adult zombie pigman Template:In
-
A zombie pigman wearing a Minecraft:pumpkin
-
A zombie pigman wearing a Minecraft:jack o'lantern
-
A baby zombie pigman wearing a Minecraft:pumpkin
-
A baby zombie pigman wearing a Minecraft:jack o'lantern
-
A baby zombie pigman from Minecraft:Legacy Console Edition, as of the Minecraft:Texture Update
-
A baby zombie pigman
-
A baby zombie pigman targetting
-
A baby zombie pigman chicken jockey from Minecraft:Legacy Console Edition
-
A baby zombie pigman Minecraft:chicken jockey
Screenshots
Zombified piglin
-
A zombified piglin riding a Minecraft:strider
-
A baby zombified piglin riding a Minecraft:strider
-
A zombified piglin with full Minecraft:netherite armor
-
A zombified piglin wearing a Minecraft:creeper head
-
Zombified piglin swimming in lava
-
Multiple zombified piglins wearing pumpkins on Halloween
-
Baby zombified piglin wearing pumpkin on Halloween
-
A zombified piglin in the Minecraft:Overworld, next to a normal Minecraft:pig
-
A zombified piglin in the Minecraft:Overworld, next to a Minecraft:piglin
-
A zombified piglin brute in the Minecraft:Overworld
Zombie pigman
-
A zombie pigman holding an enchanted golden sword
-
Two zombie pigmen wearing Minecraft:wither skeleton skulls
-
The hidden baby zombie pigman head outer layer
-
A baby zombie pigman riding a chicken, before the Minecraft:Texture Update
-
The old zombie pigman burning in Minecraft:sunlight in Minecraft:Pocket Edition. They did not get hurt by the fire
-
A zombie pigman attacking the player
-
A zombie pigman that spawned from a Minecraft:Nether portal
-
A zombie pigman next to a piglin prior to snapshot Minecraft:20w09a
Mojang screenshots
Zombified piglin
Zombie pigman
-
A zombie pigman in the preview version of Alpha v1.2.0
-
Zombie pigmen dying in an automated farm
Textures
-
Zombified piglin texture file
-
Baby zombified piglin texture file
-
The original zombie pigman skin, published on DeviantArt by Xaphobia<ref>Zombie Pigmen by PokeAddicted on DeviantArt</ref> on October 23, 2010
-
Zombie Pigman texture file before 1.14 texture change. "THX XAPHOBIA" is written on the unused section of the texture, as a credit by Notch to the skin's original creator.
-
Zombie Pigman texture file after 1.14 texture change
In other media
-
A zombified piglin in promotional artwork for the Minecraft:Nether Update
-
Artwork of a zombie pigman
-
A baby zombie piglin in Minecraft:15 Year Journey
-
A zombie pigman as it appears in Template:MCSM
-
An official render of the zombie pigman by Minecraft:Mojang Studios
-
Zombie pigman micromob from Minecraft:Lego Minecraft
-
LEGO Minecraft zombie pigman minifigure
-
Baby zombie pigman minifigure
-
Zombie pigman plush by JINX
-
Zombie pigmen as they appeared in Template:WSC
-
A page dedicated to zombie pigmen in Minecraft:Lego Club magazine
-
A zombified piglin from the Minecraft:Plastic Texture Pack.
See also
Notes
References
Minecraft:de:Zombifizierter Piglin Minecraft:es:Piglin zombificado Minecraft:fr:Piglin zombifié Minecraft:hu:Zombi-malacember Minecraft:it:Piglin zombificato Minecraft:ja:ゾンビピグリン Minecraft:ko:좀비화 피글린 Minecraft:lzh:屍化豕靈 Minecraft:nl:Zombievarken Minecraft:pl:Zzombifikowany piglin Minecraft:pt:Piglin-Zumbi Minecraft:ru:Зомбифицированный пиглин Minecraft:uk:Зомбований піґлін Minecraft:zh:僵尸猪灵