Heart Amulet

Started by X Super on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Apr 2022
Points:
466

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Heart Amulet

Hey forum!
I am trying to make a heart amulet that when you hold it gives you 1 extra heart, I want to use the command /attribute but the problem is that when the player stops holding it keeps the hearts, and I want to get rid of the extra hearts when the player stops holding it

Active 2 years ago
Joined Nov 2021
Points:
535

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
hm, try making a world tick…
Thu, 05/26/2022 - 23:38

hm, try making a world tick update in a procedure, that, if the player is holding the amulet, it gives them the health boost effect?

Active 3 years ago
Joined Apr 2022
Points:
466

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
it worked! thanks :)
Sat, 06/04/2022 - 16:35

it worked! thanks :)