-
Bug
-
Resolution: Unresolved
-
None
-
1.21.4
-
None
-
Confirmed
-
Entities
-
Low
-
Gameplay
When you blow up a beehive with bees inside, no bee will be released after beehive being destoryed. This behavior is different from TNT. Maybe relates to MC-279079.
Steps to Reproduce:
- Run command
/time set midnight
to prevent bees leave their hive
- Set up a command block with command:
/setblock ~ ~1 ~ minecraft:bee_nest[facing=north,honey_level=0]{bees:[{entity_data:{AbsorptionAmount:0.0f,Age:0,AngerTime:0,ForcedAge:0,HasNectar:0b,HasStung:0b,Health:10.0f,InLove:0,Invulnerable:0b,PersistenceRequired:0b,attributes:[{base:16.0d,id:"minecraft:follow_range",modifiers:[{amount:-5.685588091233798E-4d,id:"minecraft:random_spawn_bonus",operation:"add_multiplied_base"}]},{base:0.30000001192092896d,id:"minecraft:movement_speed"}],id:"minecraft:bee"},min_ticks_in_hive:600,ticks_in_hive:365}]}
- Activate the command block to place a Bee Nest with bee inside
- Ignite a TNT, Bee Nest released bee when destroyed by explosion
- Activate the command block again
- Summon an End Crystal and make it explode
- Bee Nest could not release bee when destroyed by End Crystal
Observed Results:
Bee Nest could not release bee when destroyed by End Crystal
Expected Results:
Bee Nest should release bee when destroyed by End Crystal