Jockey: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (removed recurring statement)
(9 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Work in progress|Include information about the villager jockey icon, when a zombie villager is cured while riding a chicken.}}[[File:Spider Jockey at night.png|260px|right|thumb|A spider jockey.]]
[[File:Spider Jockey at night.png|260px|right|thumb|A spider jockey.]]
[[File:SkeletonRiderGroup.png|260px|right|thumb|A group of skeleton horsemen.]]
[[File:SkeletonRiderGroup.png|260px|right|thumb|A group of skeleton horsemen.]]


'''Jockey''' refers to a naturally spawned mob riding another mob. Jockeys are named based on the mob being ridden. They also follow the spawning patterns of the bottom mob. The mob on the top often controls the mob on the bottom {{in|java}}, but sometimes do not control it {{in|bedrock}}. See [[Riding]] for detailed behavior about riding.
'''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}}, but sometimes do not control it {{in|bedrock}}.


== List of jockeys ==
== List of jockeys ==
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 ====
Line 47: Line 96:
* {{EntityLink|Panda|text=Pandas}}
* {{EntityLink|Panda|text=Pandas}}
}}
}}

== Issues ==
{{issue list}}


== Gallery ==
== Gallery ==
Line 57: Line 109:
=== Renders ===
=== Renders ===
<gallery>
<gallery>
Chicken_Jockey.png|A chicken jockey.
File:Chicken Jockey.png|A chicken jockey.
Baby Piglin Riding a Baby Hoglin.png|A hoglin jockey.
File:Warm Chicken Jockey.png|A warm chicken jockey.
File:Cold Chicken Jockey.png|A cold chicken jockey
Three Baby Piglins climbing a Baby Hoglin.png|A hoglin jockey with multiple piglins.
Ravager_Rider.png|A ravager jockey.
File:Baby Piglin Riding a Baby Hoglin.png|A hoglin jockey.
File:Three Baby Piglins climbing a Baby Hoglin.png|A hoglin jockey with multiple piglins.
Skeleton_Trap.png|A skeleton horseman.
Spider_Jockey.png|A spider jockey.
File:Ravager Rider.png|A ravager jockey.
Strider_Jockey_JE5.png|A strider jockey.
File:Skeleton Trap.png|A skeleton horseman.
File:Spider Jockey.png|A spider jockey.
Baby Strider riding Strider JE2.png|A baby strider riding an adult strider.
File:Strider Jockey JE5.png|A strider jockey.
File:Baby Strider riding Strider JE2.png|A baby strider riding an adult strider.
</gallery>

==== Mounts ====
{{Exclusive|Bedrock}}<gallery>
File:Baby_Zombie_Riding_Zombie.png|Adult zombie jockey.
File:Baby_Zombie_Riding_Husk.png|Adult husk jockey.
File:Baby_Zombie_Riding_Zombified_Piglin.png|Adult zombified piglin jockey.
File:Baby_Zombie_Riding_Pig.png|Pig jockey.
File:Baby_Zombie_Riding_Cow.png|Cow jockey.
File:Baby_Zombie_Riding_Mooshroom.png|Mooshroom jockey.
File:Baby_Zombie_Riding_Sheep.png|Sheep jockey.
File:Baby_Zombie_Riding_Wolf.png|Wolf jockey.
File:Baby_Zombie_Riding_Ocelot.png|Ocelot jockey.
File:Baby_Zombie_Riding_Tuxedo_Cat.png|Stray cat jockey.
File:Baby_Zombie_Riding_Horse.png|Horse jockey.
File:Baby_Zombie_Riding_Panda.png|Panda jockey.
File:Baby_Zombie_Riding_Spider.png|Baby zombie spider jockey.
File:Baby_Zombie_Riding_Cave_Spider.png|Baby zombie cave spider jockey.
</gallery>
</gallery>


Line 74: Line 146:


[[de:Reiter (Begriffsklärung)]]
[[de:Reiter (Begriffsklärung)]]
[[fr:Cavalier]]
[[it:Cavalcatore]]
[[it:Cavalcatore]]
[[ja:ジョッキー]]
[[ja:ジョッキー]]

Revision as of 01:26, 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

This feature is exclusive to Bedrock Edition.
 

Navigation