I'm currently creating a datapack and I need to know when a specific type of area effect cloud is summoned. Despite the particle of the cloud being an nbt section, I am not able to test for an area of effect cloud with a specific particle.
How to reproduce:
/summon area_effect_cloud ~ ~ ~ {Particle:"crit",Radius:2f,Duration:1000}
/execute as @e[type=area_effect_cloud,nbt={Particle:"crit"}] at @s run say Hi
The area of effect cloud will not say hi when the command is run despite the particle nbt datas matching.
Check for
minecraft:crit
.Please refrain from using the bug tracker for command assistance in the future