Started by
Kris
on
Topic category: Help with Minecraft modding (Java Edition)
I was making a mod where i can get Tense points for entity attacking me so i want to know how to check sourse of damage
p.s if somebody know can you tell me what the difference between entity attacked and entity hurt (global triggers) and how they work
1:
I think "entity attacked" would mean something like a zombie attack a villager while "entity hurt" would be villager took fall damage
2:
trigger: "entity attacked" - if(source entity) is a sub type of "your entity" - do your procedure
(posting your reply for the sake of ease)
can you post a picture of your procedure to imgur and provide a link?