mojira.dev
MC-87099

Can see particles when using ShowParticles:0

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

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.

Effects are still stored as numeric IDs, the effect names only show up in the /effect command when applying directly. If he were to use Id:invisibility in this case, the effect would not apply at all.

Stephanie Groves

(Unassigned)

Unconfirmed

Minecraft 15w34d

Retrieved