Started by
sc3d
on
Topic category: Help with Minecraft modding (Java Edition)
I would like to color a dust particle to act as a teleport particle, but there is no built in method to set an existing particle's properties and I can't find anything I could manually code w/ Java. Is there any way to color a particle using Java?
/* ... */
_level.sendParticles(ParticleTypes.DUST_PLUME, x, y, z, 5, 3, 3, 3, 1);
/* ... */