Skip to content

Commit 7252d6d

Browse files
fix(particles): Move all number ranges to code blocks
Co-authored-by: Strokkur24 <strokkur.24@gmail.com>
1 parent 993a792 commit 7252d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ this.yd = Math.abs(this.yd);
759759
```
760760

761761
:::note
762-
Starting values of `xd` and `zd` are in the range [-0.1, 0.1], while `yd` is in the range [0.0, 0.2].
762+
Starting values of `xd` and `zd` are in the range `[-0.1, 0.1]`, while `yd` is in the range `[0.0, 0.2]`.
763763
:::
764764

765765
An example of spawning a geyser base particle at `someLocation` with a burst impulse of `1` and 1 water block:

0 commit comments

Comments
 (0)