Projectile shoots straight up into the air

Started by Fauzerles on

Topic category: Help with modding (Java Edition)

Last seen on 08:47, 24. Jul 2024
Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Projectile shoots straight up into the air

I’m making a entity that does both melee and ranged attacks. I do this by making a procedure where every tick there is a 1/75% chance for it to shoot a projectile. Explosions will spawn on the projectile while it is flying. However, the projectile flies straight up for some reason. Is there any way to fix it?