Topic category: User side tutorials
For this tutorial, I'll provide a procedure template that you can use to summon a ring of particles. You can download the template here.
Procedure
This procedure will require the world, x, y, z dependencies.
Before importing the procedure, you need to add these local variables: "loop", "particleAmount", "xRadius" and "zRadius". All of them are number variables.
After importing the procedure, it should look like this:
You can change some parameters to customize your ring:
The red one is the particle amount: make sure it's greater than 0
The yellow ones are the radii of the ring on the X and on the Z axes. If they're the same value, the ring will be a circle. Otherwise, the ring will be an ellipse
The green ones are the center of the ring.
Examples
This is what the default ring looks like:
Another ring. particleAmount is set to 16, xRadius and zRadius are set to 2:
Yet another ring. particleAmount is set to 14, xRadius is set to 3, zRadius is set to 1:
Wow, this looks really neat! :D
thanks for the tutorial that’s very cool
Awesome! :D
This is a really nice tutorial
So cool! Its like when the druid teleport in the betweenland mod. And that a really professional mod. Good job!
this does not work
Is there a way to turn to this into a sphere?
Thanks
If at least I knew how to make ONE centered particle...
Is posible to make it with different colors?
i cant get this to work
literally saved my mod
how do you make it vertical upward and not sideway
How did you do it? i can't find the set local to procedure anywhere