Started by
Kadog33338
on
Topic category: Help with Minecraft modding (Java Edition)
So im trying to make a heart item where if i right click it i get 1 heart then if get another one i get 1 more heart but i am having trouble trying to find out how to make it go up by one at a time
Thanks for anyone who can help
You can use the "Set max health of event target entity" to increase how many hearts you have. Using either a scoreboard or a variable, you could try to make it go up 1 heart every time. Here's some links that might help:
- https://mcreator.net/wiki/variables
- https://www.youtube.com/watch?v=9XuzFQtvyGA
- https://www.youtube.com/watch?v=-5EmWJguggA
Ok thank you