Started by
krazycrystalstar
on
Topic category: Help with Minecraft modding (Java Edition)
I am looking to make a Mob that will heal other mobs, like throwing healing potion of somesort at other mob.
How would i go about doing so? Thank you in advance ^^
Edited by krazycrystalstar on Mon, 12/24/2018 - 04:45
One way you could do this is by adding a collision procedure where if an entity touches the mob you're making it'll add a potion effect of regeneration or healing.
cool thanks