Started by
TheCatalystGaming
on
Topic category: Help with Minecraft modding (Java Edition)
I have a mob that has particles spawning around it, using the "plane" spawning shape. However, the particles spawn about a block above the ground, and I want them to spawn on the ground, at roughly the y-level of the mobs feet. Any help would be appreciated.
Subtract some value from y using math - block
I am using the particles page on the mob rather than using a procedure, is it possible to offset that?