Baby Zombie on Chicken – Minecraft Summon Command

Summon a baby zombie riding a chicken in Minecraft Java Edition. Command works on versions 1.8 through 1.20 with version-specific syntax.

Want to see something weird? Summon a baby zombie riding on a chicken. It’s a rare spawn in vanilla Minecraft, but you can create one instantly with a command. Here’s how to do it.

What You’ll Need

To run commands in Minecraft, you need cheats enabled in your world. That’s it. No mods, no special setup. Just a survival or creative world with cheats turned on.

The Command

The command changes depending on which Java Edition version you’re playing. Pick the one that matches your game.

Java Edition 1.11 – 1.20

This is the current syntax for modern Minecraft versions:

/summon chicken ~ ~ ~ {Passengers:[{id:zombie,IsBaby:1}]}

Java Edition 1.9 – 1.10

Slightly different format for these versions:

/summon Chicken ~ ~ ~ {Passengers:[{id:Zombie,IsBaby:1}]}

Java Edition 1.8

Much older syntax if you’re playing on 1.8:

/summon Zombie ~ ~ ~ {IsBaby:1,Riding:{id:Chicken}}

How to Use the Command

Step 1: Open the chat window by pressing T on your keyboard.

Step 2: Paste or type the command for your version.

Step 3: Press Enter to run it.

The chicken will spawn right there, and you’ll get a message in the chat saying “Summoned new Chicken”. Turn around if you don’t see it right away. The baby zombie is riding on top of the chicken.

Understanding the Command

Breaking down what’s happening:

  • /summon chicken creates the chicken.
  • ~ ~ ~ means spawn it at your current location.
  • {Passengers:[…]} puts something on the chicken. The list inside the brackets is what rides it.
  • {id:zombie,IsBaby:1} says “the passenger is a zombie, and make it a baby”.

If you want to spawn the zombie+chicken at a different location, replace those tildes with actual coordinates. For example: /summon chicken 100 64 -200 {Passengers:[{id:zombie,IsBaby:1}]}

Tips

Baby zombies don’t burn in sunlight like normal zombies do, so this combo will survive during the day. If you want to summon other mobs on chickens, just swap out the zombie ID for something else like a creeper, skeleton, or even another player (if using multiplayer).

Related Commands

Check out our guide on summoning regular zombies if you want other zombie variations.

Leave a Reply

Your email address will not be published. Required fields are marked *