A kitten can be obtained by feeding two adult cats with raw fish. The kitten appears already tamed, and will follow the owner of the second fed parent cat. The color of the kitten depends on the color of the parents, usually mixed
- Minecraft versions: 1.19.2 /1.19.1 /1.19 /1.18.2 /1.18.1 /1.18 /1.17 /1.16
- ID: cat ~ ~ ~ {IsBaby:1}
Health | 5 |
How to breed kitten
Here it is indicated how to breed kitten in Minecraft, i.e. with which you can breed kitten in Minecraft.
Summon kitten command
Here is the command that allows you to summon kitten in Minecraft, that is, how to create kitten in Minecraft.
Kitten can be summoned using a command in creative mode.. This requires:
- open chat (press “T”)
- write command
/summon minecraft:cat ~ ~ ~ {IsBaby:1}
- press “ENTER”
You can also specify the coordinates by which kitten will be called:
-
/summon minecraft:cat ~ ~ ~ {IsBaby:1}
the current coordinates of the player -
/summon minecraft:cat 100 ~ 200 {IsBaby:1}
X coordinate = 100, Y = current Y coordinate of the caller, Z coordinate = 200 -
/summon minecraft:cat ~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 kitten command does not fit in the chat line.