How do I make sure that the overlay is only when the entity is wearing a helmet?

Started by DancatGamer on

Topic category: Help with modding (Java Edition)

Last seen on 13:57, 23. Mar 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make sure that the overlay is only when the entity is wearing a helmet?

How do I make sure that the overlay is only when the entity is wearing a helmet?

Last seen on 19:33, 18. Feb 2024
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a procedure that…
Sat, 02/17/2024 - 22:14

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.