Stop a procedure from being able to execute until a delay has ended

Started by PetAmerican on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Stop a procedure from being able to execute until a delay has ended

Java edition mod 1.18.2 forge. I want to have a procedure where it shoots a ranged item, then stops another item from being shot on a cooldown. Basically, I need to stop this procedure from being called again until a delay has ended. This is under the redstoneOn of a block entity. Here's what I have so far:

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In item procedures there is…
Mon, 05/29/2023 - 19:13

In item procedures there is a block that lets you add a cooldown to the item