Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-62638

/particle with selectors only works with execute!

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Works As Intended
    • None
    • Minecraft 14w29b
    • None
    • Unconfirmed

      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

            searge [Mojang] Searge (Michael Stoyke)
            Halbzwilling Halbzwilling
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: