Work on update, new particle system
And custom particle movement scripts for users who know coding.
Scripts will be in Lua, can get info about: Particle, particle properties from mod, item position in world. 2 functions: updateVelocity, updatePosition.
When you use particleVelocity you should return vx, vy, vz.
When use patriclePosition should return new particle position: x, y, z.
Scripts will be in Lua, can get info about: Particle, particle properties from mod, item position in world. 2 functions: updateVelocity, updatePosition.
When you use particleVelocity you should return vx, vy, vz.
When use patriclePosition should return new particle position: x, y, z.