IsBaby tag can't return babies to adult state
To turn Zombie to baby state I used:
/entitydata @e
or
/entitydata @e
and it worked fine
then I tried setting it back to adult state with:
/entitydata @e
and
/entitydata @e
and niether one worked
It seems to be the same for older versions too.
Linked Issues
Created Issue:
IsBaby tag can't return babies to adult state
To turn Zombie to baby state I used:
{IsBaby:1b}
/entitydata @eor
{IsBaby:1}
/entitydata @eand it worked fine
then I tried setting it back to adult state with:
{IsBaby:0b}
/entitydata @eand
{IsBaby:0}
/entitydata @eand niether one worked
It seems to be the same for older versions too.
Added Linked Issues:
duplicates
is duplicated by
Removed Linked Issues:
is duplicated by
From [Mojang] Searge (Michael Stoyke):
Why is this marked as working as intended? Clearly the tag is not doing what it is supposed to do.
Read the comment!