Foal can be obtained by feeding two horses with a golden apple or golden carrot. After the foal appears, his parents do not take any food for 5 minutes. To speed up the growth of a foal to an adult horse, it can be fed with apples, sugar, wheat, bread and haystacks.. Without acceleration, it grows for about 20 minutes. The foal will be wild (needs to be tamed), and its health may differ from its parent. The color of the foal is usually mixed – for example, spots from one parent, and coloration from the other. But there are other options.
- Minecraft versions: 1.19.2 /1.19.1 /1.19 /1.18.2 /1.18.1 /1.18 /1.17 /1.16
- ID: horse ~ ~ ~ {IsBaby:1}
Effect | You can grow it quickly |
Health | 7.5 |
How to breed foal
Here it is indicated how to breed foal in Minecraft, i.e. with which you can breed foal in Minecraft.
Summon foal command
Here is the command that allows you to summon foal in Minecraft, that is, how to create foal in Minecraft.
Foal can be summoned using a command in creative mode.. This requires:
- open chat (press “T”)
- write command
/summon minecraft:horse ~ ~ ~ {IsBaby:1}
- press “ENTER”
You can also specify the coordinates by which foal will be called:
-
/summon minecraft:horse ~ ~ ~ {IsBaby:1}
the current coordinates of the player -
/summon minecraft:horse 100 ~ 200 {IsBaby:1}
X coordinate = 100, Y = current Y coordinate of the caller, Z coordinate = 200 -
/summon minecraft:horse ~10 50 ~-2 {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 foal command does not fit in the chat line.