-
Bug
-
Resolution: Unresolved
-
1.20.4, 1.20.5 Release Candidate 1, 1.21
-
None
-
Confirmed
-
Entities
-
Low
-
Platform
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