Posted July 31, 201411 yr I've just created a new gui which is opened when the player right clicks my custom block. But if the player has an aktive potion effect, it's shown in the gui. I don't want to remove the potion effects when the player opens my gui, but is there a way to hide them?
August 1, 201411 yr You're most likely extending a class that renders potion effects. Either override the relevant methods (and don't use super) or extend a different class. GitHub|Recipe API Proposal
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.