-
Bug
-
Resolution: Invalid
-
None
-
1.16.2
-
None
-
Unconfirmed
-
(Unassigned)
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.