Started by
_.kolby._
on
Topic category: Help with Minecraft modding (Java Edition)
Hey, im trying to make it so if the player is given an effect, it displays an overlay until the effect is over.
Topic category: Help with Minecraft modding (Java Edition)
Hey, im trying to make it so if the player is given an effect, it displays an overlay until the effect is over.
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.
Which return block would I use?
use "return logic > ture"