How to make a projectile fire other projectiles at entities?

Started by Qywolf on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a projectile fire other projectiles at entities?

I need mini lightning bolts to fly away from the projectile when it flies, which cause damage. Is it possible to do this?

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There's a "while projectile…
Wed, 01/03/2024 - 20:09

There's a "while projectile flying tick" trigger for projectiles. just attach a procedure that fires your sub projectiles to that trigger.