Minecraft Java 26.2 Zombie Preview
Texture Preview
Zombie
Health
Default
Main Hand
None
Off Hand
None
Traits
None
Build
EquipmentArmor and hand items
Passengers
Root entity is the mount. Each passenger can contain its own nested Passengers chain.
Visual entity builder
The warden is the strongest non-boss mob in the game — 500 health, a melee swing that can drop an unarmored player in a single hit, and a ranged sonic boom that travels straight through walls. Summoning one by command skips the sculk shrieker warning ladder entirely: no four-shriek buildup, no chance to retreat, just an immediate apex predator that starts sniffing for targets.
It is blind, and that defines every encounter built around it. The warden tracks vibrations from footsteps, projectiles, and block placement, and it smells out players who linger too close even while sneaking. Level design shifts accordingly: wool paths, thrown snowball distractions, and noisy water routes all become mechanics, and the silent trait strips the heartbeat and sniff audio players normally rely on to judge distance.
Scaling is the other half. The vanilla 500 health is tuned to make fighting a losing proposition, so beatable arena versions usually run 150 to 250, while the darkness pulses and one-hit melee keep the fear intact at any number. A visible custom name over that frame reads instantly as a named mini-boss, and persistent keeps installations from quietly digging away between player visits.
Deep dark stalker
/summon minecraft:warden ~ ~ ~ {Silent:1b,PersistenceRequired:1b,CustomName:"The Listener"}silent removes the heartbeat and sniffing audio, so players lose their only reliable range cue while it still hears everything they do; persistent cancels the quiet-timer despawn so it patrols indefinitely.
Beatable pit boss
/summon minecraft:warden ~ ~ ~ {CustomName:"Pit Horror",Health:220f,attributes:[{id:"minecraft:max_health",base:220}]}220 health puts the fight in reach of diamond-kit players while the melee still one-shots anyone caught without armor; the sonic boom keeps punishing players who camp behind cover.
Sculk shrine statue
/summon minecraft:warden ~ ~ ~ {NoAI:1b,Invulnerable:1b,CustomName:"Ancient Sentinel",CustomNameVisible:1b}no_ai disables sensing, movement, and both attacks for a warden-shaped centerpiece; custom_name_visible floats the title over it like a museum plaque, and invulnerable keeps it permanent.
Rows appear only where the output actually changes -- copy the one that matches your world.
Java 1.16
/summon minecraft:warden ~ ~ ~ {NoAI:1b,Invulnerable:1b,CustomName:'{"text":"Ancient Sentinel"}',CustomNameVisible:1b}Java 26.2
/summon minecraft:warden ~ ~ ~ {NoAI:1b,Invulnerable:1b,CustomName:"Ancient Sentinel",CustomNameVisible:1b}Bedrock 26.x
/summon minecraft:warden "Ancient Sentinel" ~ ~ ~In vanilla it digs into the ground and despawns after roughly 60 seconds without sensing any vibration. Add the persistent trait for permanent installations, or keep vibration sources active near its patrol area.
Yes — sneaking produces no footstep vibrations, so patient players can cross its space. It still hears block placement, projectiles, and hits, and it will sniff out anyone who stays within a few blocks for too long.
150 to 250 suits netherite-kit players; the 500 default exists to make combat a mistake. The one-hit melee threat survives any health value, so the fight stays dangerous even when it is short.
Texture Preview
Zombie
Health
Default
Main Hand
None
Off Hand
None
Traits
None
Passengers
Root entity is the mount. Each passenger can contain its own nested Passengers chain.