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
Spiders bring two mechanics no other early-game hostile has: they scale sheer walls like a player on a ladder, and their hostility depends on light. A summoned spider in a bright room stays neutral until hit, then holds its grudge permanently, which lets map-makers script ambushes that trigger only when players start a fight or douse the torches.
The wide, low body changes encounter design too. At two blocks across and under one block tall, a spider slips under fences and low ceilings that stop zombies cold, so tunnels and crawlspaces built for players remain spider-accessible by default.
Through the generator you can seat a skeleton on its back for a jockey, inflate health for a nest boss, or strip the AI for a dangling ceiling prop. Because spiders cannot wear or hold equipment, threat scaling comes from health, traits, and riders rather than gear.
Skeleton jockey on demand
/summon minecraft:spider ~ ~ ~ {Passengers:[{id:"minecraft:skeleton"}]}Roughly one percent of natural spider spawns carry a rider; this command guarantees the combo whenever your trap fires.
Glowing broodmother boss
/summon minecraft:spider ~ ~ ~ {Glowing:1b,CustomName:"Broodmother",CustomNameVisible:1b,Health:60f,attributes:[{id:"minecraft:max_health",base:60}]}Nearly quadruple the normal 16 health plus a glowing outline that stays visible through cave walls, so players can track the boss mid-chase.
Ceiling prop spider
/summon minecraft:spider ~ ~ ~ {NoAI:1b,Silent:1b,PersistenceRequired:1b}Parks motionless and soundless on a cavern ceiling as scenery; swap in a live copy with a second command block when the ambush springs.
Unseen skitterer
/summon minecraft:spider ~ ~ ~ {active_effects:[{id:"minecraft:invisibility",duration:999999,amplifier:0b,show_particles:0b}],Health:24f,attributes:[{id:"minecraft:max_health",base:24}]}Invisibility hides the body but not the red eyes, which vanilla renders regardless, giving players a faint tell in dark corridors.
Rows appear only where the output actually changes -- copy the one that matches your world.
Java 1.16
/summon minecraft:spider ~ ~ ~ {Glowing:1b,CustomName:'{"text":"Broodmother"}',CustomNameVisible:1b,Health:60f,Attributes:[{Name:"generic.max_health",Base:60}]}Java 1.21.4
/summon minecraft:spider ~ ~ ~ {Glowing:1b,CustomName:'{"text":"Broodmother"}',CustomNameVisible:1b,Health:60f,attributes:[{id:"minecraft:max_health",base:60}]}Java 26.2
/summon minecraft:spider ~ ~ ~ {Glowing:1b,CustomName:"Broodmother",CustomNameVisible:1b,Health:60f,attributes:[{id:"minecraft:max_health",base:60}]}Bedrock 26.x
/summon minecraft:spider "Broodmother" ~ ~ ~Add a skeleton entry in the passengers field and the generator nests it inside the spider's summon command. The pair spawns already mounted.
Light level controls its mood: bright areas make it neutral. Spawn it in darkness, or accept that it fights back only after being hit.
The summon state here covers health, not damage, so scale threat with extra health, riders, or numbers. For raw attack-damage edits, use attribute modifiers on the command.
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.