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)

Active 2 months ago
Joined Jul 2023
Points:
166

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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

Active 1 week ago
Joined Mar 2022
Points:
438

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 58
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".