Help with summoning 3

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 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.

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

 

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.

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