Help with summoning 3

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 3

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. It was also suggested that i use NBT procedures but i have tried to use them but they seem to never work. if anyone could help please can you make sure to fully explain how.

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

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
NBT works perfectly , you…
Thu, 05/05/2022 - 20:38

NBT works perfectly , you just don't know how to use it and duplicating post is not helpful at all

 

Last seen on 13:56, 19. Dec 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://imgur.com/a/wXURRd3…
Thu, 05/05/2022 - 23:10

https://imgur.com/a/wXURRd3

This is what I did. But instead of using variables like me, you can use nbt.

Last seen on 13:56, 19. Dec 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's a mana regen procedure…
Thu, 05/05/2022 - 23:13

It's a mana regen procedure but replace everything in the do part of the first if statement except set nextManaAdd to 200. Replace 200 with any value, but remember to change variables like nextManaAdd to nbt tags.

Last seen on 18:31, 22. May 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks ill try that now
Fri, 05/06/2022 - 06:28

thanks ill try that now