2
Summoning baby animals
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)????
/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)????
1
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}
