Started by
Denis153426
on
Topic category: Help with MCreator software
I want to create particles that fly along random trajectories in a specific area. How can I make the particles change direction over time rather than follow straight trajectories? Is it possible?
Yes, it’s possible. In MCreator 2026.1, you need to go to Mod Elements → Particle and create your particle. Then create a Procedure and set the trigger to "On particle tick update".
In this procedure, add the following blocks:
Then go back to your particle and assign this procedure in "Particle tick event".
Result: the particle changes direction every tick instead of moving in a straight line.