Help with summoning

Started by Hedgehogsz on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with summoning

I have made a boss which every 300 ticks i want to summon an entity but i can't figure out how i can do this? 

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
create a procedure that…
Tue, 05/03/2022 - 19:06

create a procedure that triggers when the boss spawns, and use the summon block, repeat block, and wait block to create the summoning mob every 300 ticks, and then put the whole thing in a if statement that checks whether your boss is still alive or not.

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
sorry not an if statement to…
Tue, 05/03/2022 - 19:07

sorry not an if statement to the while statement instead

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that just crashes the game?
Wed, 05/04/2022 - 06:39

that just crashes the game?