Details
-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 20w29a, 20w30a, 1.16.2 Pre-release 1, 1.16.2 Pre-release 2, 1.16.2 Pre-release 3, 1.16.2 Release Candidate 1, 1.16.2, 1.16.3, 1.16.4 Pre-release 2, 1.16.4 Release Candidate 1, 1.16.4, 20w45a, 20w46a, 20w49a, 20w51a, 21w03a, 21w05a, 21w05b, 21w06a, 21w07a, 21w08b, 21w11a
-
Fix Version/s: None
-
Labels:None
-
Confirmation Status:Confirmed
-
Category:Commands
-
Mojang Priority:Low
Description
The bug
Despite MC-65953 being fixed, the IsBaby entity tag for zoglins cannot be changed from true to false (or 1b to 0b) with /data.
Can confirm in 21w07a. Here are some steps to reproduce this issue:
To reproduce:
- Summon a baby zoglin
/summon zoglin ~ ~ ~ {IsBaby:1b}
- Run the /data command:
/data merge entity @e[type=zoglin,limit=1,sort=nearest] {IsBaby:0b}
→
"Modified entity data of Zoglin" is shown in chat but the mob still remains as a zoglin piglet.