Started by
Khedi
on
Topic category: Help with MCreator software
I'm trying to make a weapon that heals others except the one that's helding the weapon, how can I do that?
Topic category: Help with MCreator software
I'm trying to make a weapon that heals others except the one that's helding the weapon, how can I do that?
In the trigger section of your weapon there should be a "when item hurt an entity", do your procedure there. As for the procedure itself, I haven't explored how healing works, but check out the template list to see if there is anything there, or look up in the search bar terms like "health". If it somehow doesn't work and it continues healing the one using the weapon, try changing "event source entity" for "target entity", but I think the trigger is already considering that.