When the helmet is put on achieve an effect.

Started by Muski360_ on

Topic category: Help with modding (Java Edition)

Last seen on 18:00, 18. Jan 2023
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When the helmet is put on achieve an effect.

I wanted to make that when a helmet is put on, you will gain health boost, I tried to do a procedure on the trigger ''helmet tick event'', but it doesn't work, because the tick always updates and hearts never regenerate, someone can give me help?!

Last seen on 12:02, 25. Feb 2024
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try to use <<Add potion…
Thu, 06/24/2021 - 14:12

Try to use <<Add potion Effect...regeneration>>

Last seen on 12:02, 25. Feb 2024
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try to use ''helmet tick…
Thu, 06/24/2021 - 14:14

Try to use ''helmet tick event'' | Entity | <<Add potion Effect...regeneration>>

Last seen on 18:00, 18. Jan 2023
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
As I said, it won't work,…
Thu, 06/24/2021 - 23:45

As I said, it won't work, because every tick, the health boost effect updates, and you'll never be able to regenerate a heart.

Use variable to store if…
Fri, 06/25/2021 - 10:09

Use variable to store if effect has already been updated.

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Last seen on 18:00, 18. Jan 2023
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks! But, these tutorials…
Fri, 06/25/2021 - 10:26

Thanks! But, these tutorials are not very useful, because i don't speak English...