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

Started by Dragma2005 on

Topic category: Help with Minecraft modding (Java Edition)

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.

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!