2

Summoning baby animals

UserNinetyNine 4/29/23 2:51 pm
1.2k
5/5/2023 5:26 pm
ok so for some reason i am unable to summon baby animals, weirder yet, this command works for zombies and all the zombie varients, but for some reason it just will not work for anything else as far as im aware and the animal, be it cow, pig, or even villager comes out as an adult:
/execute at @s run summon minecraft:cow ~ ~1 ~ {PersistenceRequired:1b,Silent:1,DeathLootTable:"empty",Tags:["inflatable"],Invulnerable:0b,IsBaby:1,Age:-9999999999,ActiveEffects:[{}]}
do you have to do something different when summoning baby animals vs summoning baby zombies or is this some kind of bug(1.19.4)????
Posted by
UserNinetyNine
Level 2 : Apprentice Miner
1

  Have something to say?

JoinSign in

1

corv1njano
05/05/2023 5:26 pm
Level 71 : Legendary Professor Blueberry
The problem is that you get an overflow for the Age tag. The maximum negative value for the age tag is -36767, so just use /summon minecraft:cow ~ ~ ~ {Age:-32767}
2

Welcome