Colored particles

Started by sc3d on

Topic category: Help with modding (Java Edition)

Last seen on 16:40, 18. Aug 2024
Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Colored particles

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);
/* ... */