Overlay on effect

Started by _.kolby._ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Overlay on effect

Hey, im trying to make it so if the player is given an effect, it displays an overlay until the effect is over.

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a procedure which…
Wed, 11/05/2025 - 01:08

Create a procedure which returns true if they have the active effect (potion name) otherwise return false, then when you create an overlay, there is a drop down for when it displays, change it from always displays to the name of the procedure you created.