Jockey: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (→‎List of jockeys: Added ways to get them using the summon and ride commands)
Line 21: Line 21:
|[[Strider jockey]]
|[[Strider jockey]]
|}
|}
You can get them with these commands:

''Main article: [[Tutorial:summoning jockeys]]''

'''A spider jockey in Java Edition:'''

{{Cd|code=/summon spider ~ ~ ~ {Passengers:[{id:"minecraft:skeleton",HandItems:[{id:"minecraft:bow",count:1}]}]<nowiki>}</nowiki>}}

'''To get a chicken jockey:'''

In Java Edition: {{Cd|code=/summon chicken ~ ~ ~ {Passengers:[{id:"minecraft:zombie",IsBaby:1}]<nowiki>}</nowiki>}}

In Bedrock Edition, it requires two commands:

# {{Cd|code=/summon chicken ~ ~ ~ ~ ~ minecraft:spawn_adult}}
# {{Cd|code=/ride @e[type=chicken] summon_rider zombie minecraft:as_baby}}

'''To get a hoglin jockey:'''

In Java Edition: {{Cd|code=/summon hoglin ~ ~ ~ {Age:-12000,Passengers:[{id:"minecraft:piglin",IsBaby:1}]<nowiki>}</nowiki>}}

In Bedrock Edition, it requires two commands:

# {{Cd|code=/summon hoglin ~ ~ ~ ~ ~ spawn_baby}}
# {{Cd|code=/ride @e[family=hoglin_baby] summon_rider piglin spawn_baby}}

'''To get four skeleton horsemen:'''

In Java Edition: {{Cd|code=/summon skeleton_horse ~ ~ ~ {SkeletonTrap:1<nowiki>}</nowiki>}}

In Bedrock Edition: {{Cd|code=/summon skeleton_horse ~ ~ ~ ~ ~ minecraft:set_trap}}

'''To get a zombified piglin strider jockey:'''

In Java Edition: {{Cd|code=/summon strider ~ ~ ~ {Saddle:1,Passengers:[{id:"minecraft:zombified_piglin",HandItems:[{id:"minecraft:warped_fungus_on_a_stick",count:1}]}]<nowiki>}</nowiki>}}

In Bedrock Edition: {{Cd|code=/summon strider ~ ~ ~ ~ ~ spawn_adult_piglin_jockey}}

'''To get a adult baby strider jockey:'''

In Java Edition: {{Cd|code=/summon strider ~ ~ ~ {Passengers:[{id:"minecraft:strider",Age:-1200}]<nowiki>}</nowiki>}}

In Bedrock Edition: {{Cd|code=/summon strider ~ ~ ~ ~ ~ spawn_adult_parent_jockey}}

'''To get a ravager jockey:'''

In Java Edition: W.I.P

In Bedrock Edition: {{Cd|code=/summon ravager ~ ~ ~ ~ ~}} W.I.P


==== Mounting ====
==== Mounting ====

Revision as of 01:23, 10 April 2025

A spider jockey.
A group of skeleton horsemen.

Jockey refers to a naturally spawned mob riding another mob. Jockeys are named based on the mob being ridden. The mob on the top often controls the mob on the bottom in Java Edition, but sometimes do not control it in Bedrock Edition.

List of jockeys

Chicken jockey Hoglin jockey Ravager jockey Skeleton horseman Spider jockey Strider jockey

You can get them with these commands:

Main article: Tutorial:summoning jockeys

A spider jockey in Java Edition:

/summon spider ~ ~ ~ {Passengers:[{id:"minecraft:skeleton",HandItems:[{id:"minecraft:bow",count:1}]}]}

To get a chicken jockey:

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

In Bedrock Edition, it requires two commands:

  1. /summon chicken ~ ~ ~ ~ ~ minecraft:spawn_adult
  2. /ride @e[type=chicken] summon_rider zombie minecraft:as_baby

To get a hoglin jockey:

In Java Edition: /summon hoglin ~ ~ ~ {Age:-12000,Passengers:[{id:"minecraft:piglin",IsBaby:1}]}

In Bedrock Edition, it requires two commands:

  1. /summon hoglin ~ ~ ~ ~ ~ spawn_baby
  2. /ride @e[family=hoglin_baby] summon_rider piglin spawn_baby

To get four skeleton horsemen:

In Java Edition: /summon skeleton_horse ~ ~ ~ {SkeletonTrap:1}

In Bedrock Edition: /summon skeleton_horse ~ ~ ~ ~ ~ minecraft:set_trap

To get a zombified piglin strider jockey:

In Java Edition: /summon strider ~ ~ ~ {Saddle:1,Passengers:[{id:"minecraft:zombified_piglin",HandItems:[{id:"minecraft:warped_fungus_on_a_stick",count:1}]}]}

In Bedrock Edition: /summon strider ~ ~ ~ ~ ~ spawn_adult_piglin_jockey

To get a adult baby strider jockey:

In Java Edition: /summon strider ~ ~ ~ {Passengers:[{id:"minecraft:strider",Age:-1200}]}

In Bedrock Edition: /summon strider ~ ~ ~ ~ ~ spawn_adult_parent_jockey

To get a ravager jockey:

In Java Edition: W.I.P

In Bedrock Edition: /summon ravager ~ ~ ~ ~ ~ W.I.P

Mounting

This feature is exclusive to Bedrock Edition.
 

In Bedrock Edition, 15% of naturally spawned baby zombies, baby husks, and baby zombie villagers search for a mount when attacking a player, villager, wandering trader, iron golem, or snow golem. They can ride:

Issues

Issues relating to "Jockey" are maintained on the bug tracker. Issues should be reported and viewed there.

Gallery

Screenshots

Renders

Mounts

Navigation