How to make the procedure maintain its process after re-entering the player's world in mcreator?

Started by kuro4ka on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 months ago
Joined Jan 2025
Points:
40

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How to make the procedure maintain its process after re-entering the player's world in mcreator?

I have a procedure that gradually reproduces different actions, for example, after 80 ticks, but if you re-enter the world during this procedure, this procedure will reset and the action will not be performed. So how do I make sure that the procedure doesn't reset?