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 vindicator is the illager family's pure melee answer: arms crossed until provoked, then a raised iron axe and a dead sprint at the target. It hits harder than a zombie, chops through wooden doors during raids on tougher difficulty settings, and can disable a raised shield with its axe — three habits that make it the standard heavy for mansion-style encounters.
Because vindicators render held items, this is one of the pages where the hands editor genuinely changes the fight. Swap the default iron axe for an enchanted netherite_axe to build an executioner, name one Johnny to flip on its attack-everything easter egg, or seat it on a ravager to recreate the mounted pairing from late raid waves. Names, health overrides, and traits stack on top of all of it.
Johnny mode
/summon minecraft:vindicator ~ ~ ~ {PersistenceRequired:1b,CustomName:"Johnny",CustomNameVisible:1b}The name Johnny switches the vindicator to hostility against nearly every mob except fellow illagers, turning any populated area into a brawl.
Netherite executioner
/summon minecraft:vindicator ~ ~ ~ {equipment:{mainhand:{id:"minecraft:netherite_axe",count:1,components:{"minecraft:enchantments":{"minecraft:sharpness":3,"minecraft:knockback":1}}}},CustomName:"Mansion Executioner",Health:40f,attributes:[{id:"minecraft:max_health",base:40}]}Sharpness raises the per-swing damage while Knockback resets player spacing after every hit; the health bump keeps the duel from ending in two crits.
Ravager jockey
/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:"minecraft:vindicator"}]}The ravager rams and staggers while the rider swings from above, mirroring the mounted pairs that arrive in later raid waves.
Silent hallway sentry
/summon minecraft:vindicator ~ ~ ~ {Silent:1b,PersistenceRequired:1b}Removing the idle growls and aggro bark means players get no audio warning before the axe comes up in a dark mansion corridor.
Rows appear only where the output actually changes -- copy the one that matches your world.
Java 1.16
/summon minecraft:vindicator ~ ~ ~ {HandItems:[{id:"minecraft:netherite_axe",Count:1b,tag:{Enchantments:[{id:"minecraft:sharpness",lvl:3s},{id:"minecraft:knockback",lvl:1s}]}},{}],CustomName:'{"text":"Mansion Executioner"}',Health:40f,Attributes:[{Name:"generic.max_health",Base:40}]}Java 1.21.4
/summon minecraft:vindicator ~ ~ ~ {HandItems:[{id:"minecraft:netherite_axe",count:1,components:{"minecraft:enchantments":{levels:{"minecraft:sharpness":3,"minecraft:knockback":1},show_in_tooltip:true}}},{}],CustomName:'{"text":"Mansion Executioner"}',Health:40f,attributes:[{id:"minecraft:max_health",base:40}]}Java 26.2
/summon minecraft:vindicator ~ ~ ~ {equipment:{mainhand:{id:"minecraft:netherite_axe",count:1,components:{"minecraft:enchantments":{"minecraft:sharpness":3,"minecraft:knockback":1}}}},CustomName:"Mansion Executioner",Health:40f,attributes:[{id:"minecraft:max_health",base:40}]}Bedrock 26.x
/summon minecraft:vindicator "Mansion Executioner" ~ ~ ~Yes. The custom name Johnny activates a hardcoded behavior that makes it hostile toward almost every mob except other illagers. It works whether the name comes from this command or a name tag applied afterward.
Axes match its raised-arm attack animation, and any sword or axe from the item list renders in its grip. An enchanted netherite_axe with Sharpness is the usual pick for a boss-tier variant.
No. Raid membership is assigned when the raid itself spawns its waves, so a summoned vindicator fights as a free agent and never advances or stalls the raid bar.
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.