Minecraft Wiki
Advertisement

Summoning a jockey (a mob riding on top of another mob) can be useful for adventure maps and interesting to experiment with.

Generation[]

Natural Generation[]

The few naturally-spawning jockeys in the game include spider jockeys (skeleton riding a spider), chicken jockeys (a baby zombie riding a chicken), also a Skeleton trap (skeletons riding skeleton horses), a ravager rider (illager riding ravager), or a strider jockey (zombified piglin or a baby strider riding a strider).

Additionally, in Bedrock Edition baby zombies, husks, or zombie villagers can ride other mobs than chickens, though drowned and zombified piglin jockey doesn't exist. Cave spiders can also spawn as spider jockeys.

A spider jockey has a 1% chance of spawning out of every spider or cave spiderβ€Œ[Bedrock Edition only] spawned, and in the Nether, there is an 80% chance of a spider jockey becoming a Wither skeleton jockey, in snowy biomes there is 80% chance of a spider jockey with the stray rider. In Java Edition Baby zombies have a 5% chance of spawning on a chicken and an additional 5% chance if there are no chickens in a 10x6x10 area, while in Bedrock Edition, baby zombies, husks, or zombie villagers has 15% chance to become jockey when try to attack a player, villager, wandering trader, or golems and can ride more mobs (not just chicken). For a skeleton trap to spawn, there is a small fraction of a chance they will spawn under a lightning strike in a group of 4 (0.75–1.5% chance on Easy, 1.5–4% on Normal, and 2.8125–6.75% on Hard, depending on regional difficulty).

Command Generation[]

Java Edition[]

They can also each be summoned via commands:

  • Spider Jockey:

/summon spider ~ ~ ~ {Passengers:[{id:skeleton,HandItems:[{id:bow,Count:1b}]}]}

  • Chicken Jockey:

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

  • Skeleton Trap:

/summon skeleton_horse ~ ~ ~ {SkeletonTrap:1}

  • An evoker riding ravager:

/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:evoker}]}

  • a pillager riding ravager:

/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:pillager,HandItems:[{id:crossbow,Count:1b}]}]}

  • a vindicator riding ravager:

/summon minecraft:ravager ~ ~ ~ {Passengers:[{id:vindicator,HandItems:[{id:iron_axe,Count:1b}]}]}

  • Enderman Jockey:

/summon chicken ~ ~ ~ {Passengers:[{id:enderman}]}

  • Baby Zombie Riding Pig:

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

  • Piglin Riding Hoglin with Crossbow:

/summon hoglin ~ ~ ~ {IsImmuneToZombification:1b,CannotBeHunted:1b,Passengers:[{id:piglin,IsImmuneToZombification:1b,HandItems:[{id:crossbow,Count:1b}]}]}

Bedrock Edition[]

Only some jockeys can be summoned via commands:

  • Skeleton Trap

/summon skeleton_horse ~ ~ ~ minecraft:set_trap

    • This command will spawn 4 skeleton horsemen.
  • Ravager Rider

/summon ravager ~ ~ ~ minecraft:spawn_for_raid_with_evoker_rider

    • This command will spawn an evoker riding ravager for the raid.

/summon ravager ~ ~ ~ minecraft:spawn_with_pillager_rider

    • This command will spawn a pillager riding ravager.

/summon ravager ~ ~ ~ minecraft:spawn_with_vindicator_rider

    • This command will spawn a vindicator riding ravager.

/summon ravager ~ ~ ~ minecraft:spawn_for_raid_with_pillager_rider

    • This command will spawn a pillager riding ravager, but the pillager drops special loot upon death and is also for the raid.

/summon ravager ~ ~ ~ minecraft:spawn_with_pillager_captain_rider

    • This command will spawn a pillager riding ravager, but the pillager is raid captain.

/summon ravager ~ ~ ~ minecraft:spawn_with_vindicator_captain_rider

    • This command will spawn a vindicator riding ravager, but the vindicator is raid captain.

Behavior[]

Clock JE3
This article needs to be updated. 
Please update this page to reflect recent updates or newly available information.
Reason: far different from the behavior in current version

Passenger Behavior[]

Wolf Jockeys

3 wolves turned hostile, using their cow mounts to chase and attack the player.

The "passenger" or the mob on top, will always have control over the mob it is mounted on as of Java Edition 1.12. This means no matter what the mount's intentions (attacking a villager, for example), the passenger will always have control over the mount. For example, if there is a skeleton on the bottom with a zombie on top, the Zombie will move the mount itself and pursue a villager instead of you (only if it notices the villager first, like all zombies). Mobs on the bottom have small resistance, they can move slowly towards their own intentions (attacking a player) but the second the passenger moves the mount will be forced to move to that location.

  • /summon skeleton ~ ~ ~ {Passengers:[{id:zombie,HandItems:[{id:iron_shovel,Count:1b}]}]}

In a nutshell, the passenger will behave regularly if they are mounted on a mob, but they will have a speed boost (equivalent to the players walking speed, or the passenger speed if the Passenger's speed is faster than the players' speed). For example, if there is a wolf mounted on a cow, and you punch the wolf, the wolf will ride the cow towards you and inflict damage, and it will also make nearby wolves (even wolf jockeys) hostile. If a skeleton mounts a mob, it can strafe (as skeletons do when attacking). The only exception are endermen. They will teleport away (with the passenger), if a projectile is shot through them. However, if the enderman is the passenger, it will not teleport away but it cannot be damaged by projectiles.

  • /summon cow ~ ~ ~ {Passengers:[{id:enderman}]}

-If a passenger is teleported by the player it will dismount the passenger and leave the mount at the previous location. For example, if you teleport all skeletons to your location, it will take all the skeletons off the spiders and teleport them to your location.

-Passengers can be infinitely stacked as of 1.12, if you stack the Passengers tag correctly.

  • /summon spider ~ ~ ~ {Passengers:[{id:skeleton,Passengers:[{id:zombie,Passengers:[{id:creeper,Passengers:[{id:enderman,Passengers:[{id:blaze}]}]}]}]}]}
6 mob stack

6 different Monsters stacked on top of each other

Mount Behavior[]

Java Edition[]

The mount, or the mob being ridden has little control since 1.12. (Before this update, the mount had complete control, the exception being chicken jockeys). They will have "resistance", however, where they will slowly (about 1/4th of their normal walking speed) try to do whatever they are intending (attacking a player, chasing a villager). However, the passenger will always have dominance over the mount and can move it at its will. Mounts will always give the passenger a speed boost, equivalent of the player's walking speed, faster if the mount is naturally faster than the player (such as a hostile enderman).

However, if there are multiple mobs of the same genre this rule can cancel out. Let say there are 3 zombies stacked on top of each other and a cow on the very top. Well, if there are 5 zombies that's 5 x 0.25% of the speed, which means the zombies can go as fast as they want, but the cow still has dominance over movement and can easily move a different direction, but the second the cow stops moving the zombies will resume their intentions.

If the mount is a passive mob it cannot inflict its own damage, the passenger has to inflict its own damage. If there is a skeleton riding a cow the Skeleton can attack, not the cow. The only case is where the Mount is hostile, such as a spider, if can attack as well and leap (this is the only exception where a Mount can jump on its own), making it deadly for the player. A neutral mob, such as a polar bear can attack on its own if the polar bear itself is provoked.

It is always easier to defeat a jockey if you attack the mount before the passenger. Knockback will have no effect whatsoever on the passenger. However, setting the mount on fire will also set the passenger on fire. If a mount is a hostile mob (such as an skeleton), it can still shoot arrows at the player if the passenger is facing the player, as mount can turn on its own, but it takes a while due to its very small "resistance".

Making a vex a mount does not take away its ability to fly through solid blocks. This can be useful if you mount a zombie on a vex, making it have the ability to fly into houses and attack players or villagers (the zombie is still in control of the vex).

Always remember that no matter what, the passenger has complete control over movement of the mount. If you summon a cow riding a zombie the zombie can try to slowly move towards the player and attack him but the second the cow moves the Jockey will move wherever the cow desires with no resistance. The only exception to this rule would be flying mobs. Bats, ghasts and blazes cannot fly if they are passengers, but they can move the mount at higher speeds. If you place a ghast onto a spider, the ghast will strafe or move forwards (as it does when it's attacking).

The only mobs that can move freely even with a passenger are the wither, The ender dragon, bats, squid, parrots, and horses. Passengers have no control over these mounts whatsoever (except horses - see below).

-If a mob is summoned onto a horse, that mob will have control over the horse until it bucks them off - just like a player. It will never be "tamed" by the mob, and will only stay on for a limited time.

-If a mount is teleported by the player, the passenger will stay on, even if it was not the specified mob. For example, if you teleport all spiders to your location, it will also teleport spiders with passengers (spider jockeys).

As of 1.12, skeletons summoned through 'passenger' or 'mount' will not have a bow. You have to either equip them with a weapon (or item) or summon a skeleton with one pre-equipped.

  • /summon spider ~ ~ ~ {Passengers:[{id:skeleton,HandItems:[{id:bow,Count:1b}]}]}

Bedrock Edition[]

When not engaged in combat, some mobs can move freely without passenger controls, but when passenger try to chasing player or mobs, the rider (passenger) will take control. These mobs are:

Other mobs not listed above behave the same way as mount behavior in Java Edition.

Examples[]

Information icon
This tutorial is exclusive to Java Edition. 
  • /summon bat ~ ~ ~ {Passengers:[{id:skeleton,HandItems:[{id:bow,Count:1b}]}]}

A flying skeleton, you can make the bat invisible with /effect.

  • /summon enderman ~ ~ ~ {Passengers:[{id:creeper}]}

A teleporting creeper.

  • /summon pig ~ ~ ~ {Passengers:[{id:zombie,ArmorItems:[{},{},{},{id:diamond_helmet,Count:1b}],HandItems:[{id:carrot_on_a_stick,Count:1b}]}]}

A zombie wearing a diamond helmet riding a pig. The zombie can also control the pig's movement.

  • /summon spider ~ ~ ~ {Passengers:[{id:skeleton,HandItems:[{Count:1,id:bow},{Count:1,id:shield}],ArmorItems:[{Count:1,id:diamond_boots},{Count:1,id:diamond_leggings},{Count:1,id:diamond_chestplate},{Count:1,id:diamond_helmet}],CustomName:Killer,Visible:1,HandDropChances:[1.0f,1.0f],ArmorDropChances:[1.0f,1.0f,1.0f,1.0f],ActiveEffects:[{Id:1,Amplifier:1,Duration:999999},{Id:5,Amplifier:1,Duration:999999},{Id:8,Amplifier:1,Duration:999999},{Id:12,Amplifier:0,Duration:999999}]}]}

A skeleton jockey wearing full diamond armor, a bow, a shield, and with Strength, Speed, Jump Boost, and Fire Resistance effects.

  • /summon vex ~ ~ ~ {Passengers:[{id:skeleton,HandItems:[{Count:1,id:diamond_sword},{Count:1,id:shield}],ArmorItems:[{Count:1,id:diamond_boots},{Count:1,id:diamond_leggings},{Count:1,id:diamond_chestplate},{Count:1,id:diamond_helmet}],CustomName:Killer,Visible:1,HandDropChances:[1.0f,1.0f],ArmorDropChances:[1.0f,1.0f,1.0f,1.0f],ActiveEffects:[{Id:1,Amplifier:1,Duration:999999},{Id:5,Amplifier:1,Duration:999999},{Id:8,Amplifier:1,Duration:999999},{Id:12,Amplifier:0,Duration:999999}]}]}

A similar skeleton riding a vex.

  • /summon vindicator ~ ~ ~ {HandItems:[{Count:1,id:diamond_axe}],Passengers:[{id:evoker,Passengers:[{id:illusioner,HandItems:[{id:bow,Count:1}]}]}]}

An illusioner riding an evoker riding a vindicator which has a diamond axe.

Advertisement