Skip to content

Commit b3b8b91

Browse files
committed
Fix rising particles caution amend description
1 parent fe4ed45 commit b3b8b91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/paper/dev/api/particles.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,8 @@ a y-axis velocity set by the `offsetY` argument. In both cases, `offsetX` and `o
616616
:::caution
617617
`EFFECT` and `INSTANT_EFFECT` are [powered particles](#powered-particles) and use [`Particle.Spell`](jd:paper:org.bukkit.Particle$Spell)
618618
as their data. Due to the nature of rising particles' final calculated vertical velocity being very low (in range \[-0.056, 0.056\])
619-
and how powered particles calculate the vertical velocity the resulting vertical velocity will always be the opposite of power.
619+
and how powered particles calculate the vertical velocity, the resulting vertical velocity will always be the opposite of
620+
`power` value's sign.
620621
:::
621622

622623
Example of spawning a `GLOW` particle that moves up:

0 commit comments

Comments
 (0)