You cannot test for an area of effect cloud with a specific particle effect
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.
2020-08-15, 06:52 AM
2020-08-17, 11:44 PM
2020-08-17, 11:44 PM
0
0
-