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

"dust" particle in '/particle' does not inherit velocity with custom motion

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.15.2, 20w19a, 1.16.1, 20w46a, 1.16.5, 21w20a, 1.17.1
    • Confirmed
    • Commands, Particles

      The bug

      In the /particle command, when the <count> parameter is 0 and the <speed> parameter is greater than 0, the particle will use the delta values as a motion vector. "dust" particles used in this way will not inherit the motion; it seems to only modify the unit direction vector, but not otherwise affect the particle's velocity.

      Steps to reproduce

      • Run the following command to show the intended behavior of particles with custom motion, and observe it south of your position. The delta values can be used to modify the motion vector, changing the direction and the velocity.
        /particle minecraft:campfire_signal_smoke ~ ~1 ~2 0.1 0 0 1 0 force @a
        
      • Run the following command to display the bug, which creates a dust particle, and once again observe it southward. The delta values can still manipulate direction, but not velocity.
        /particle minecraft:dust 1 1 1 2 ~ ~1 ~2 4 0 0 1 0 force @a
        

            Unassigned Unassigned
            Sprunkles Sprunkles
            Votes:
            4 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: