Boss Attack Bug

Started by VictoryII on

Topic category: Help with modding (Java Edition)

Last seen on 23:57, 20. Dec 2021
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Boss Attack Bug

So I'm working on a boss and I have a problem my boss attacks are set to when the boss is attacked by the player/an entity it's supposed to roll a table of events striking a lightning bolt, an explosion, or summon minions. However when I attack it it bugs out and runs all three infinitely repeated in game. Idk how to fix this, any advice?

MCreator: file:///C:/Users/tjcro/Pictures/Screenshots/Screenshot%20(50).png

Ingame Footage: file:///C:/Users/tjcro/Videos/Captures/Minecraft_%201.16.5%20-%20Singleplayer%202021-12-20%2004-40-05.mp4

Last seen on 11:43, 29. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you send us a screenshot…
Mon, 12/20/2021 - 20:18

Can you send us a screenshot of your procedure?

Last seen on 09:42, 5. Sep 2023
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You want to use the "Wait"…
Mon, 12/20/2021 - 20:40

You want to use the "Wait" block. Not the "repeat" block. Also, I would not fire this off from the update tick.

 

Example

Wait 20 ticks

Lightning

Wait 100 ticks

spawn

wait 120 ticks

tnt

 

Chew