Started by
QUSY
on
Topic category: Help with Minecraft modding (Java Edition)
When creating the mod, I ran into the problem that there is no procedure over the player that will add maximum hp when using the item.
Edited by QUSY on Sat, 01/30/2021 - 02:48
https://cdn1.savepice.ru/uploads/2021/1/30/52805df4827bc008c0e5aadf6897…
If your trying to add hp like healing the player of missing hp you'll have to (get Max Health of target entity + "customNumber")
if your trying to add maximum hp, idk how
Sorry, add the procedure to a block of (set health of targetEntity to "insertHere")