Is there a way to stagger or add a timer to a Procedure?

Started by EliteAspect23 on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way to stagger or add a timer to a Procedure?

Hello, I am currently making a mob that will give you diamonds, say something in chat, then despawn. However, the mob disappears before it can do any of those things. Is there a way to stagger events or add a timer into the procedure?

Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The tutorial is for blocks,…
Tue, 08/06/2019 - 17:15

The tutorial is for blocks, not mobs

A very similar principle…
Tue, 08/06/2019 - 20:08

A very similar principle applies to mobs. Just use mob tick update to increase counter and use entity NBT variables to store counter value.