The bug
When copying a bee hive using methods like a silk touch tool, Ctrl
+Pick Block
or F3
+I
, the bees inside of the bee hive are copied as well. When placing multiple of those bee hives in the world, the game tries to constantly eject the bee(s) from the bee hive. But only one bee with the same UUID can exist simultaneously, so that the bee cannot be ejected. Hence the bee hives will continuously make a lot of noisy sounds, and the level of the bee hive or nest constantly increases.
Additionally, a line like the following:
Keeping entity minecraft:bee that already exists with UUID 50e581d5-f682-45f6-97df-2ee7c88f9402
is constantly added to the game output log.
To reproduce
Be in Creative mode
Get a bee hive
Make sure that a bee enters the hive
Copy it using
Ctrl
+Pick Block
Place a copied bee hive somewhere else
Wait for a moment until a bee tries to leave the hive
→ ❌ The bee hive will start making annoying sounds continuously
Original description
Bee hive make a lot of sounds
I copied a Bee Hive with NBT (ctrl+middle click) and placed it. I copied the whole world with the buggy bee hive
Block Data https://pastebin.com/8gBrRnF2
Related issues
is duplicated by
Comments
I've adjusted the description of the ticket a bit to include my findings, I hope you're fine with that.
Can confirm. Additionally, a line like the following is added to the game output log:
It seems like the hive is trying to add the bee to the world again, but it's already out there; since you basically copied the bee using Ctrl+Pick Block.