Started by DancatGamer on Sat, 02/17/2024 - 09:46 Topic category: Help with Minecraft modding (Java Edition) How do I make sure that the overlay is only when the entity is wearing a helmet? Jump to top Make a procedure that returns whether or not you are wearing a helmet (The return logic block in flow control should do the trick) and in the overlay set the "Visible in game" to the procedure you made. Jump to top Permalink Log in or register to post comments
Make a procedure that returns whether or not you are wearing a helmet (The return logic block in flow control should do the trick) and in the overlay set the "Visible in game" to the procedure you made. Jump to top Permalink Log in or register to post comments
Make a procedure that returns whether or not you are wearing a helmet (The return logic block in flow control should do the trick) and in the overlay set the "Visible in game" to the procedure you made.