Help with summoning 2

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 2

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? it was suggested that i use a repeat and a while loop but that just crashes the game.

Last seen on 05:03, 15. Apr 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use an nbt procedure On tick…
Wed, 05/04/2022 - 18:23

Use an nbt procedure

On tick update set to get +1

When 300 then spawn entity and set tag back to 0

This way It's a circle

 

Last seen on 17:02, 6. Jun 2023
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What did you put as your…
Wed, 05/04/2022 - 19:16

What did you put as your trigger.

Last seen on 05:03, 15. Apr 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
tick update
Thu, 05/05/2022 - 05:06

tick update