I'm using the following command and I can still see particles:
/execute @e[type=!ArmorStand,team=] ~ ~ ~ entitydata @e[type=!ArmorStand,r=0] {NoAI:1,Health:1,ActiveEffects:[{Id:14,Amplifier:1,Duration:100000,Ambient:1,ShowParticles:0}],CustomNameVisible:1}
At first glance everything seems to work but upon closer inspection a particle will rise from the mob every so often.
The command is being activated by the new Repeat Command Block. It is set to Unconditional.
I have tried all variations of the Ambient/ShowParticles mix with no result. I have even tried running the command without the Ambient tag.
Linked issues
is duplicated by 1
Attachments
Comments 5
I tried that as well. No dice.
Plus that shouldn't really matter as Ambient is also a boolean type and yet it functions normally with just 1 or 0.
I don't know what has happened but I have reloaded the world and it works perfectly fine... I'm so confused.
Besides any ShowParticles issues, keep in mind that numerical IDs are deprecated. Use the effect names instead.
Its ShowParticles:0b.