Is there any way to have multiple unique ranged attacks for one mob?

Started by Dragma2005 on

Topic category: Help with modding (Java Edition)

Last seen on 00:59, 1. Dec 2023
Joined Feb 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there any way to have multiple unique ranged attacks for one mob?

Just what the title says.

Last seen on 20:38, 30. Dec 2022
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, with procedures you…
Fri, 06/26/2020 - 03:09

Well, with procedures you can make your mob shoot whatever custom projectile you want

On your mob's tick event, set a counter, subtract 1 for every tick, then when it reaches 0 shoot projectile as mob, then increase counter by 20*seconds until shot.

Do this for each projectile you want to shoot, and summon a bullet hell!