bees lose their scoreboards score when they came into a hive.
bees lose their scoreboards score when they came into a hive.
Linked Issues
Created Issue:
bees lose their scoreboards score when they came into a hive.
bees lose their scoreboards score when they came into a hive.
Added Labels: Hives bee scoreboard
Removed Category: (Unassigned)
Added Linked Issues:
is duplicated by
could anyone confirm this bug?
I can reproduce this by:
1. /scoreboard objectives add test dummy
2. /scoreboard objectives setdisplay sidebar test
3. /summon minecraft:bee ~ ~ ~ {Tags: ["test"]}
4. /scoreboard players set @e[tag=test] test 1
5. Put a flower and bee hive.
6. /weather rain
7. /weather clear
MC-159383.The scores are actually removed as the bee no longer exists as an entity, which is an intentional design of scoreboards to avoid having mobs that despawn or die keeping scores/teams, additionally the UUID change is indeed intended per
MC-159383; the only fix here would be to add NBT data to add scores on spawning, which does exist for teams as well.Also affects teams, if you couldn't tell, and a simple fix would be to add the Team:"" NBT to the bee the moment it enters the hive.
And confirmed for 19w37a
This was done to avoid exploits / duplicate entity IDs.
Could you please add the Team:"" NBT to the bee when it get into its hive?