Presets

Summon presets

Chicken jockey summon command preset

The chicken jockey preset is a useful passenger test because it combines a passive mount with a hostile baby zombie rider. The command is short, visually obvious, and easy to extend into a trick spawn, map gag, or low-level encounter after the base passenger relationship is confirmed.

Preset result

A compact chicken jockey preset with a baby zombie passenger on a chicken root entity.

Output

Chicken jockey summon command

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

Preset screenshot

Start with the chicken as the mount so the passenger output attaches the rider to the correct entity.
The passenger detail is where the zombie becomes the small jockey rider rather than a full-size mob.
The output remains compact enough for quick chat or command-block testing.
The capture verifies the small rider and chicken mount are attached in-game.

Build the preset

  1. Set the root Summon entity to Chicken.
  2. Add one Zombie passenger.
  3. Set the passenger NBT so the zombie is a baby zombie.
  4. Confirm the preview shows a small rider above the chicken.
  5. Check the generated Passengers list in the output panel.
  6. Test on Easy or higher difficulty so the baby zombie is not removed.

Why this preset is a good passenger test

A chicken jockey uses two very different entity types, so mistakes are easy to see. If the chicken appears without a rider, the passenger data did not apply. If the zombie appears beside the chicken, the structure was split into separate commands instead of one nested summon.

Because the command is short, it is a low-risk way to confirm your version target, command location, and difficulty before building more complicated stacks.

Baby zombie detail

The rider needs the baby-zombie flag to read as a chicken jockey. In the workbench, keep that detail inside the passenger entry rather than on the root chicken.

This is the same habit you should use for larger passenger trees: edit the entity that owns the behavior, then inspect the generated nesting before copying the command.

  • Root entity: Chicken.
  • Passenger entity: Zombie.
  • Passenger detail: baby zombie flag.

Using it in maps

Chicken jockeys work well as surprise mobs, tutorial enemies, or small arena hazards. If you trigger the command from a function, keep the line without a leading slash inside the function file and run the function from chat or a command block.

For repeated spawns, add tags to the passenger stack so cleanup commands can remove only this encounter without touching unrelated mobs.

For the same passenger workflow at different scales, compare the zombie riding spider preset and spider jockey preset.

FAQ

Why does the rider look like a normal zombie?

The baby flag belongs on the zombie passenger entry. Recheck the passenger NBT and regenerate the output after changing it.

Can I make the chicken faster?

Yes, but add movement or attribute changes after the base passenger command works. Save a copy first so you can compare the output.

Does this work in Bedrock?

Not as a Java Passengers command. Bedrock needs a separate ride-command workflow for comparable mounted behavior.

Open this workflow

Start from the related Summon workbench, then adjust the preset fields for your world.