Zombie Horse can only be obtained using commands. You cannot tame it, but you can get it with a team immediately with a saddle
- Minecraft versions: 1.19.2 /1.19.1 /1.19 /1.18.2 /1.18.1 /1.18 /1.17 /1.16
- ID: EntityHorse ~ ~ ~ {Type:3}
Effect | Can’t be tamed |
Health | 10 |
Experience | 2 |
What zombie horse gives
Here is what you can get from zombie horse in Minecraft, i.e. which gives Zombie horse in Minecraft.
Summon zombie horse command
Here is the command that allows you to summon zombie horse in Minecraft, that is, how to create zombie horse in Minecraft.
Zombie horse can be summoned using a command in creative mode.. This requires:
- open chat (press “T”)
- write command
/summon minecraft:EntityHorse ~ ~ ~ {Type:3}
- press “ENTER”
You can also specify the coordinates by which zombie horse will be called:
-
/summon minecraft:EntityHorse ~ ~ ~ {Type:3}
the current coordinates of the player -
/summon minecraft:EntityHorse 100 ~ 200 {Type:3}
X coordinate = 100, Y = current Y coordinate of the caller, Z coordinate = 200 -
/summon minecraft:EntityHorse ~10 50 ~-2 {Type:3}
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 horse command does not fit in the chat line.