Mojira Archive
MC-62638

/particle with selectors only works with execute!

Since I've upgraded my world from 28b to 29b I had to replace this_
/particle dripLava ~ ~ ~ 0.1 0.1 0.1 1 10 @a[score_OnGround=0,m=2]
with this:
/execute @a[score_OnGround=0,m=2] ~ ~ ~ /particle dripLava ~ ~ ~ 0.1 0.1 0.1 1 10
in order for it to work.
Thi happens because the particles are positioned relative to the commandblock instead of being relative to the targeted entity.

Hope you can replicate

Works As Intended

Halbzwilling

[Mojang] Searge (Michael Stoyke)

2014-07-19, 05:20 PM

2017-07-15, 09:32 PM

2014-07-20, 01:36 PM

0

2

Unconfirmed

Minecraft 14w29b

-