Projectile with custom particles

Started by re_NIK on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 years ago
Joined Jan 2020
Points:
652

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
Projectile with custom particles

I made my ranged weapon and I want the projectile to have a flaming trail

 

the problem is, that the particles spawn at the block vertices, and I like them to spawn like the critical arrow particles (in the center of the projectile)

 

Is there a way of solving this with a procedure or a code?