Zombie Rider is a hostile child zombie riding a chicken. He does not burn in the sun, runs very fast. Rarely appears
- Minecraft versions: 1.19.2 /1.19.1 /1.19 /1.18.2 /1.18.1 /1.18 /1.17 /1.16
- ID: chicken ~ ~ ~ {IsChickenJockey:1,Passengers:[{id:"zombie",IsBaby:1}]}
Health | 10 |
Damage | 1.5 |
Experience | 12+10 |
Where to find zombie rider
Here’s where you can find zombie rider in Minecraft, i.e. where zombie rider in Minecraft.
What zombie rider gives
Here is what you can get from zombie rider in Minecraft, i.e. which gives Zombie rider in Minecraft.
What is useful against zombie rider
Here are indicated what is useful to use against zombie rider in Minecraft, i.e. what things will be especially useful zombie rider in Minecraft.
Summon zombie rider command
Here is the command that allows you to summon zombie rider in Minecraft, that is, how to create zombie rider in Minecraft.
Zombie rider can be summoned using a command in creative mode.. This requires:
- open chat (press “T”)
- write command
/summon minecraft:chicken ~ ~ ~ {IsChickenJockey:1,Passengers:[{id:"zombie",IsBaby:1}]}
- press “ENTER”
You can also specify the coordinates by which zombie rider will be called:
-
/summon minecraft:chicken ~ ~ ~ {IsChickenJockey:1,Passengers:[{id:"zombie",IsBaby:1}]}
the current coordinates of the player -
/summon minecraft:chicken 100 ~ 200 {IsChickenJockey:1,Passengers:[{id:"zombie",IsBaby:1}]}
X coordinate = 100, Y = current Y coordinate of the caller, Z coordinate = 200 -
/summon minecraft:chicken ~10 50 ~-2 {IsChickenJockey:1,Passengers:[{id:"zombie",IsBaby:1}]}
X = current X-coordinate + 10 blocks, Y = 50, Z = current Z-coordinate – 2 blocks
X – coordinate from west to east, Y – height, Z – coordinate from south to north.
The command can be written to the command block so that it is executed when a redstone signal is received. This is especially true if the zombie rider command does not fit in the chat line.