Player not get pushed away when hited by item

Started by AlKeX_ on

Topic category: User side tutorials

Last seen on 02:19, 27. Apr 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Player not get pushed away when hited by item
Tue, 11/14/2023 - 11:24 (edited)

I made a procedure for my item. When I hit the entity it is pushed away, but that's doesn't work on the player. How to make it work on player aswell?

Edited by AlKeX_ on Tue, 11/14/2023 - 11:24
Last seen on 14:24, 2. May 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Are you using the 'overrideā€¦
Tue, 11/14/2023 - 14:57

Are you using the 'override motion vector' function? As far as I know the only good way to add built-in knockback to an item is with motion override and some trig functions to get the right direction. What does your procedure look like?

Last seen on 02:19, 27. Apr 2024
Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is how my procedureā€¦
Wed, 11/15/2023 - 11:38

This is how my procedure looks like rn