Help with summoning

Started by Hedgehogsz on

Topic category: Help with modding (Java Edition)

Last seen on 18:31, 22. May 2022
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? 

Last seen on 17:02, 6. Jun 2023
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.

Last seen on 17:02, 6. Jun 2023
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

Last seen on 18:31, 22. May 2022
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?

Last seen on 18:10, 6. Mar 2024
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
cursed warrior made a video…
Fri, 05/13/2022 - 19:32

cursed warrior made a video about that and it crashes because when 300 ticks passes they will start a mass spawn and it also keeps spawning even if the boss died btw here is the video https://www.youtube.com/watch?v=jPEv9RMJCA4&t=129s