When using {IsBaby:0b} on a Zombie, Villager Zombie, Husk, Zoglin, Zombiefied Piglin or Drowned it will NOT turn that mob into an adult, however using {IsBaby:1b} WILL make an adult version of the mob turn into it's "baby" form
Comamnds used:
Was successful
/execute as @e run data merge entity @s {IsBaby:1b}
Was unsuccessful
/execute as @e run data merge entity @s {IsBaby:0b}
Linked issues
duplicates 1
Attachments
Comments 6
It still does not work even when removing the b at the end
Was successful
/execute as @e run data merge entity @s {IsBaby:1}
Was unsuccessful
/execute as @e run data merge entity @s {IsBaby:0}
See MC-65953
"IsBaby" is not actually a Boolean, so the correct usage is
IsBaby:1