mojira.dev
MC-62383

Particle target selector doesn't work

Command:
/particle crit ~ ~2 ~ 1 1 1 0.01 10 @e[type=Creeper]

Previous result:
particles would be created at the target entity.

Current result:
particles are created relative from where they are executed command block or player and never at the targeted entity

Linked issues

Comments 4

This kinda is a bug yeah.

The new command for /particel has the argument "force"

/particle crit ~ ~2 ~ 1 1 1 0.01 10 force @e[type=Creeper] <--- this will work

But if you don't put the "force" in between, it won't work.
So this should be fixed

Not a bug.
If the [target] argument is given, the [force] argument has to bei either normal or forced

or just make the creeper execute it like /execute @e[type=Creeper] ~ ~ ~ particle crit ~ ~2 ~ 1 1 1 0.01 10 force

Tariq Sarwar

(Unassigned)

Unconfirmed

Minecraft 14w29b

Retrieved