Donkey can be obtained by feeding two donkeys with a golden apple or golden carrot. The donkey grows into an adult donkey in 20 minutes, and it will need to be tamed. Accelerates the growth of the foal with food such as sugar or wheat
Tricks and tips
Donkeys can be bred with golden carrots, as you need gold nuggets to make them, not gold bars.
- Minecraft versions: 1.19.2 /1.19.1 /1.19 /1.18.2 /1.18.1 /1.18 /1.17 /1.16
- ID: donkey ~ ~ ~ {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:donkey ~ ~ ~ {IsBaby:1}
- press “ENTER”
You can also specify the coordinates by which foal will be called:
-
/summon minecraft:donkey ~ ~ ~ {IsBaby:1}
the current coordinates of the player -
/summon minecraft:donkey 100 ~ 200 {IsBaby:1}
X coordinate = 100, Y = current Y coordinate of the caller, Z coordinate = 200 -
/summon minecraft:donkey ~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.