mojira.dev
MC-193741

{IsBaby:1b} not working on "Undead" mobs

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

Attachments

Comments 6

"IsBaby" is not actually a Boolean, so the correct usage is IsBaby:1

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}

Figured it would be best to include a video of the bug 

[media]

They're actually booleans, but it doesn't matter - the b is for byte.

The8BitMonkey

(Unassigned)

Unconfirmed

(Unassigned)

1.16.1

Retrieved