When a mob transforms into another mob (ex. zombie villager → villager, mooshroom → cow), it loses all scores set with /scoreboard
Steps to reproduce:
Create a scoreboard
/scoreboard objectives add test dummy
Summon a villager
Give the villager a score
/scoreboard players add @e[type=minecraft:villager] test 1
Summon a zombie and let the villager be converted
/difficulty hard /time set midnight /summon minecraft:zombie
Get the scores of the new zombie villager
/scoreboard players list @e[type=minecraft:zombie_villager, sort=nearest, limit=1]
Expect the zombie villager to have the test score of 1 and be disappointed
Possibly related to MC-88967
Linked issues
is duplicated by
Attachments
Comments

Can confirm
[media]
Scores still get lost on zombie-drowned conversion. Still not fixed in 24w36a
Please create a new bug report if so.


Not fixed according to MC-276312.
Please add detailed steps with all commands used on how to reproduce this problem, i.e. where or how it can be observed.