I'd like to ask for us to be able to spawn less often than 1/tick
For example
spawning = 0.1 // this would spawn 1 particle every 10 client ticks
Alternatively, the following could allow spawning of 1 particle every 5 client ticks, or could be interpereted by DM as N particles spawned over a period of Y ticks
spawning = 1
spawn_time = 5 // or whatever name would fit best
ty for ur time