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

Started by Frost_200 on

Topic category: Help with MCreator software

Active 3 years ago
Joined Jun 2020
Points:
664

User statistics:

  • Modifications: 0
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
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

Active 3 months ago
Joined Jun 2019
Points:
2782

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
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 :)

Active 10 months ago
Joined Dec 2023
Points:
147

User statistics:

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

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