Procedure Active Tick Condition

Started by mrOwner on

Topic category: Help with modding (Java Edition)

Last seen on 17:14, 13. Jul 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure Active Tick Condition
Mon, 06/26/2023 - 15:22 (edited)

I want the active tick of my potion effect to run every 80 ticks instead of always, how do I change that?


Edited by mrOwner on Mon, 06/26/2023 - 15:22
Last seen on 20:18, 12. Mar 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a procedure…
Sat, 07/15/2023 - 21:45

There is a procedure template called "Strike lightning each 10-th time this procedure is called". Simply remove the "strike lightning" block and replace it with whatever you want.