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 ravager is the closest thing vanilla Minecraft has to a siege engine: 100 health, a charging headbutt that sends players flying, and a habit of trampling crops and shredding leaves as it moves. Outside of raids it never spawns at all, so summoning one is the only way to deploy it in a custom map — and players immediately recognize the escalation when one thunders in.
Its shield interaction gives fights real texture. Blocking a ravager's bite can stun the beast for a moment, but the recovery is a roar that damages and knocks back everything nearby, punishing players who camp behind a shield instead of repositioning. Layer a rider on top — pillager, vindicator, or evoker — and one command produces a two-phase encounter, since killing the mount drops a second combatant into the fight.
The presets below cover the standard deployments: a captain's mount for a village siege, an oversized arena bull with a health pool to match, and a frozen prop for cutscene staging. All of them are single self-contained commands.
Siege captain mount
/summon minecraft:ravager ~ ~ ~ {PersistenceRequired:1b,CustomName:"Siege Beast",CustomNameVisible:1b,Passengers:[{id:"minecraft:pillager"}]}A named ravager with a pillager rider mirrors the late raid waves — the mount charges while the rider fires over its head, and the name tag marks it as an objective.
Arena bulldozer
/summon minecraft:ravager ~ ~ ~ {PersistenceRequired:1b,Glowing:1b,CustomName:"The Bulldozer",CustomNameVisible:1b,Health:300f,attributes:[{id:"minecraft:max_health",base:300}]}Triple the stock 100 health and the stun-roar loop becomes the whole fight: players must bait charges, block, and burst it during stuns to make progress.
Evoker command mount
/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:"minecraft:evoker"}]}The evoker summons vexes and fang lines from the saddle while the ravager soaks damage — a spellcaster on a 100-health platform is a nasty priority puzzle.
Stabled prop
/summon minecraft:ravager ~ ~ ~ {NoAI:1b,Silent:1b,Invulnerable:1b}For cutscenes and illager camp dressing: it stands still, makes no sound, and survives stray arrows until a command swaps it for a live one.
Rows appear only where the output actually changes -- copy the one that matches your world.
Java 1.16
/summon minecraft:ravager ~ ~ ~ {PersistenceRequired:1b,CustomName:'{"text":"Siege Beast"}',CustomNameVisible:1b,Passengers:[{id:"minecraft:pillager"}]}Java 26.2
/summon minecraft:ravager ~ ~ ~ {PersistenceRequired:1b,CustomName:"Siege Beast",CustomNameVisible:1b,Passengers:[{id:"minecraft:pillager"}]}Bedrock 26.x
/summon minecraft:ravager "Siege Beast" ~ ~ ~No — ravagers drop a saddle but refuse player riders entirely. To fill the saddle, summon the ravager with a pillager, vindicator, or evoker in the passengers list.
100 points, or 50 hearts, which already exceeds an iron golem. Raise it with customHealth for arena bosses or trim it for early-game raid recreations.
It only breaks crops and leaves, and only while mobGriefing is true. Walls, fences, and any solid blocks are safe, so contained arenas hold up fine.
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.