Override Motion Vector is changing the player's Motion NBT but the player isn't moving?

Started by Isalick34 on

Topic category: Troubleshooting, bugs, and solutions

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Override Motion Vector is changing the player's Motion NBT but the player isn't moving?

I have this code here https://imgur.com/SwidTpy

 

It's supposed to move the player, and as you can see, the Motion Tag is set to the values it should be, but the player isn't moving. 

https://imgur.com/qunK9Il

This block may not work in…
Fri, 12/27/2024 - 11:53

This block may not work in all cases, it depends on when in the tick pipeline motion is overriden, there is a chance it will be overridden later by some other logic

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That's odd, because I have…
Fri, 12/27/2024 - 23:26

That's odd, because I have another item that makes the player move that works fine