Fix incorrect documentation of new-style particlespawner size property

This commit is contained in:
Gregor Parzefall 2024-08-27 16:33:50 +02:00 committed by Lars Müller
parent 8109563a02
commit 5d18b6fcd0

@ -10999,7 +10999,7 @@ Types used are defined in the previous section.
* vec3 range `acc`: the direction and speed with which the particle * vec3 range `acc`: the direction and speed with which the particle
accelerates accelerates
* vec3 range `size`: scales the visual size of the particle texture. * float range `size`: scales the visual size of the particle texture.
if `node` is set, this can be set to 0 to spawn randomly-sized particles if `node` is set, this can be set to 0 to spawn randomly-sized particles
(just like actual node dig particles). (just like actual node dig particles).