Started by
jeux2119
on
Topic category: Advanced modding
im making a dog that heals everything at a range around it but the dog is healing every other dog on the map https://imgur.com/a/fYnL7t2
and this is the armour that is supposed to turn the dogs into medic dogs but it just does not work https://imgur.com/a/jgvY1rI
1.
I think you want to replace "is event/target entity subtype of ..." with "is entity iterator subtype of...". In addition, you cannot remove potion "Instant health" from an entity because instant health is applied instantly. Perhaps you are thinking of Regeneration.
2.
The first two "event/target entity" blocks shoule be replaced with "source entity".
let me try it
https://imgur.com/a/3euHBtC problem it says missing dependencies when i try add theprocedure to the item
this is for the armour
IT WORKED THANKS but now let me test the regen
the regeneration does not work did i do it good https://imgur.com/RMarsl8
its not obeying the range its healing every wolf in the mc world still