[Solved, I think] "override motion vector" block is buggy

Started by PopcatCookie on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Solved, I think] "override motion vector" block is buggy
Thu, 08/14/2025 - 20:00 (edited)

How exactly does the "attempt to override motion vector" procedure block work ? In some cases it works, in others it doesn't. I made a dash ability with a keybind and the procedure block works without any problem, but when I want to use it in a procedure executed when an entity spawns, it doesn't...

Are there any conditions for it to work ? Is that a client-side/server-side problem ? (I'm using 2023.2 and I can't upgrade to latest version because there is no 1.19.2 in 2024 version of MCreator.)

Edited by PopcatCookie on Thu, 08/14/2025 - 20:00
Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think I figured it out: if…
Thu, 08/14/2025 - 19:55

I think I figured it out: if it's an entity, it must be done on server-side. If it's a player, it must be done on client-side.