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
Summoning the ender dragon outside its home dimension has been a map-making staple for years because the entity carries no dimension requirement — /summon ender_dragon in the overworld produces a full-size, 200-health dragon that takes flight instantly. What it leaves behind in the End is the fight infrastructure: there are no end crystals to heal it and no exit portal to perch on, so the encounter plays out as pure aerial combat.
Placement planning matters more than for any other mob. A flying dragon destroys nearly every block it touches — obsidian, end stone, and iron bars are among the few survivors — so an unprepared build gets carved open within seconds of the summon. Open-sky arenas, obsidian shells, or water-heavy terrain keep the damage contained while the boss bar it broadcasts to nearby players does the drama for free.
Health is the main difficulty dial. Without crystal healing, the 200-point default melts under focused fire, so multiplayer arenas commonly raise it well past vanilla, while cinematic maps cut it to double digits for a scripted-feeling kill. The examples below cover both directions plus an indestructible flyover prop for lobbies.
Overworld raid dragon
/summon minecraft:ender_dragon ~ ~ ~ {CustomName:"Storm of the Overworld",Health:400f,attributes:[{id:"minecraft:max_health",base:400}]}400 health compensates for the missing end crystals — with nothing healing it, a vanilla-health dragon dies fast to a coordinated group; the name shows on the boss bar for everyone in range.
Cinematic finale dragon
/summon minecraft:ender_dragon ~ ~ ~ {CustomName:"The Wounded Ancient",Health:60f,attributes:[{id:"minecraft:max_health",base:60}]}60 health lets a story map end its questline with a short, guaranteed victory — enough hits to feel like a fight, few enough that the scripted moment cannot stall.
Lobby flyover prop
/summon minecraft:ender_dragon ~ ~ ~ {Invulnerable:1b,Silent:1b}invulnerable stops players from deleting the set piece with stray arrows, and silent cuts the roars and wing beats that would play over lobby dialogue on loop.
Rows appear only where the output actually changes -- copy the one that matches your world.
Java 1.16
/summon minecraft:ender_dragon ~ ~ ~ {CustomName:'{"text":"Storm of the Overworld"}',Health:400f,Attributes:[{Name:"generic.max_health",Base:400}]}Java 1.21.4
/summon minecraft:ender_dragon ~ ~ ~ {CustomName:'{"text":"Storm of the Overworld"}',Health:400f,attributes:[{id:"minecraft:max_health",base:400}]}Java 26.2
/summon minecraft:ender_dragon ~ ~ ~ {CustomName:"Storm of the Overworld",Health:400f,attributes:[{id:"minecraft:max_health",base:400}]}Bedrock 26.x
/summon minecraft:ender_dragon "Storm of the Overworld" ~ ~ ~Yes — the command works in any dimension and the dragon spawns at full size with 200 health. Expect heavy terrain damage: it flattens most blocks it touches, so pick the summon spot deliberately.
Perching targets the exit portal podium in the End; without that structure the dragon has nowhere to land and stays airborne. Design summoned encounters around ranged and aerial combat rather than melee windows.
No. The egg appears only on the End's exit portal after the dimension's first dragon dies there. A dragon killed in the overworld or nether grants experience but leaves no egg behind.
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.