How to Reproduce
load the datapack from attachment
break a bee nest/beehive in survival -> say hi
break a bee nest/beehive in creative -> nothing happen
load the datapack from attachment
break a bee nest/beehive in survival -> say hi
break a bee nest/beehive in creative -> nothing happen
(Unassigned)
Confirmed
Platform
Normal
Advancements, Data Packs
advancement-trigger
1.20.4
Retrieved
Can confirm, but might be intended. The issue is that
CriteriaTriggers.BEE_NEST_DESTROYED.trigger(...)
is called fromBeehiveBlock#playerDestroy
, which is only called fromServerPlayerGameMode#destroyBlock
when the game mode is not creative: