Help with summoning 3

Started by Hedgehogsz on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined May 2022
Points:
338

User statistics:

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

Active 3 hours ago
Joined Mar 2021
Points:
957

User statistics:

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

 

Active 2 years ago
Joined Feb 2022
Points:
525

User statistics:

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

Active 2 years ago
Joined Feb 2022
Points:
525

User statistics:

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

Active 2 years ago
Joined May 2022
Points:
338

User statistics:

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

thanks ill try that now