how could i make a projectile have two different particles while flying tick

Started by octopusplop on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how could i make a projectile have two different particles while flying tick

how could i make a projectile have two different particles while flying ticks depending on the person that shot/players variable?
if i explain this wrong mb i can provide sc if needed

basically im just trying to make it so some people can have a projectile with red particles or if they have a different value it turns blue

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use procedures to…
Sun, 02/09/2025 - 11:21

You can use procedures to spawn particles from a projectile, and use the same procedure to determine the particle spawned based on a variable or nbt tag from the player/entity that shot it using "source entity".