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
Wolves summoned through commands arrive untamed, which suits combat maps well: a wild wolf already fights skeletons on its own and the whole pack turns hostile the moment anything hits one member. For guard-dog setups, summon the wolf first and tame it in game with bones — roughly one bone in three succeeds — or leave it wild as a neutral hazard players learn to walk around.
The generator handles the parts commands do better than survival play. Name each pack member so kills show up in chat with personality, boost the health value so a guard wolf survives more than a couple of sword swings against its natural 8 points, and mark distant packs persistent so they have not despawned by the time players reach the arena.
Pups summoned with the baby trait behave like adults in miniature and grow up on their own, making them cheap ambient life for camps, taiga villages, and hunting-lodge scenes.
Named guard wolf
/summon minecraft:wolf ~ ~ ~ {PersistenceRequired:1b,CustomName:"Fang",CustomNameVisible:1b,Health:40f,attributes:[{id:"minecraft:max_health",base:40}]}Five times a wild wolf's natural 8 health keeps Fang standing through a full skeleton volley, and persistence stops despawn while players are elsewhere.
Wolf pup
/summon minecraft:wolf ~ ~ ~ {IsBaby:1b}Pups mature on a timer and carry no combat advantage, so slot them into camp scenes rather than fights.
Silent ambush pack member
/summon minecraft:wolf ~ ~ ~ {Silent:1b}A silent wolf gives no growl warning before the pack aggros, which makes ambush corridors land much harder.
Arena hazard wolf
/summon minecraft:wolf ~ ~ ~ {Glowing:1b,Health:20f,attributes:[{id:"minecraft:max_health",base:20}]}The glow outline telegraphs the threat through arena pillars so players can track the pack while kiting, and 20 health keeps each fight short but honest.
Rows appear only where the output actually changes -- copy the one that matches your world.
Java 1.16
/summon minecraft:wolf ~ ~ ~ {PersistenceRequired:1b,CustomName:'{"text":"Fang"}',CustomNameVisible:1b,Health:40f,Attributes:[{Name:"generic.max_health",Base:40}]}Java 1.21.4
/summon minecraft:wolf ~ ~ ~ {PersistenceRequired:1b,CustomName:'{"text":"Fang"}',CustomNameVisible:1b,Health:40f,attributes:[{id:"minecraft:max_health",base:40}]}Java 26.2
/summon minecraft:wolf ~ ~ ~ {PersistenceRequired:1b,CustomName:"Fang",CustomNameVisible:1b,Health:40f,attributes:[{id:"minecraft:max_health",base:40}]}Bedrock 26.x
/summon minecraft:wolf "Fang" ~ ~ ~No. Command-summoned wolves are wild. Tame one afterwards by feeding bones — each bone has about a one in three chance — or leave it wild as a neutral mob.
A wild wolf has 8 health, which two sword hits can erase. Raise the health field in the generator for guard duty; taming also increases a wolf's maximum health.
Only if provoked. Wolves are neutral toward players, but hitting any member of a pack turns the whole pack hostile at once.
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.