-
Bug
-
Resolution: Incomplete
-
None
-
1.20.1 Hotfix
-
None
-
Unconfirmed
-
Multiple
I am trying to create a custom projectile, I want the entity that hit the projectile to have the tag "hit" added, but when I tried to do it and put "affect_target": true, "affect_projectile": false, "affect_shooter": false. the event was still executed to the entity and not to the one that hit.
"on_hit": {
"impact_damage":
,
"remove_on_hit": {},
"definition_event": {
"affect_target": true,
"affect_projectile": false,
"affect_shooter": false,
"event_trigger":
}
}