Currently, if tightParticleSpawning is true 2 particles will spawn evenly spaced across one block's size. Maybe make it 3 or 4 particles for every block. current [implementation](https://github.com/btror/mc-pathfinding/blob/main/src/main/java/com/github/btror/mcpathfinding/animation/Animation.java#L99-L107)
Currently, if tightParticleSpawning is true 2 particles will spawn evenly spaced across one block's size.
Maybe make it 3 or 4 particles for every block.
current implementation