Stop mob arrow from dealing damage

Started by whythis on

Topic category: Help with modding (Java Edition)

Last seen on 00:31, 25. Mar 2022
Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Stop mob arrow from dealing damage

Is this possible to stop arrows from mobs hitting you? If so, how would one go about doing so? I'm just playing around and set this up:  Event trigger-triggered by external call or when (global trigger): Before entity is hurt

if is event/target entity (sub)type of player AND is source entity (sub)type of arrow

do deal 0 damage to event/target entity type: GENERIC