How do I get an enemy (boss) to summon another enemy?

Started by Frost_200 on

Topic category: Help with MCreator software

Last seen on 01:48, 22. Nov 2021
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I get an enemy (boss) to summon another enemy?

I want to make a boss that summons more enemies but I don't know how to do it

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make a cooldown nbt tag that…
Sun, 06/21/2020 - 13:52

make a cooldown nbt tag that is subtracted by 1 every update tick if it isn't zero

and on update tick if it is zero, set it back to your desired value

and use the spawn entity at x y z procedure block :)

Last seen on 12:20, 21. Apr 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No clue bruh. I need image…
Fri, 03/15/2024 - 13:40

No clue bruh. I need image(working one).