Mojira Archive
MC-270842

Scores are not kept when a mob converts to another mob

When a mob transforms into another mob (ex. zombie villager → villager, mooshroom → cow), it loses all scores set with /scoreboard

Steps to reproduce:

  1. Create a scoreboard 
    /scoreboard objectives add test dummy
  2. Summon a villager
  3. Give the villager a score 
    /scoreboard players add @e[type=minecraft:villager] test 1
  4. Summon a zombie and let the villager be converted 
    /difficulty hard
    /time set midnight
    /summon minecraft:zombie
  5. Get the scores of the new zombie villager 
    /scoreboard players list @e[type=minecraft:zombie_villager, sort=nearest, limit=1]
  6. Expect the zombie villager to have the test score of 1 and be disappointed

Possibly related to MC-88967

Unresolved

tholleman

2024-04-16, 07:56 PM

2024-09-06, 07:34 PM

5

4

Confirmed

Low

Platform

Entities

1.20.4, 1.20.5 Release Candidate 1, 1.21

24w36a