Help with summoning 2

Started by Hedgehogsz on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined May 2022
Points:
457

User statistics:

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

Active 5 months ago
Joined Mar 2021
Points:
1017

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
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

 

Active 2 years ago
Joined Dec 2021
Points:
548

User statistics:

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

What did you put as your trigger.

Active 5 months ago
Joined Mar 2021
Points:
1017

User statistics:

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

tick update