Help with a movement spell

Started by ImOd102 on

Topic category: Help with modding (Java Edition)

Last seen on 13:56, 19. Dec 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with a movement spell

I need an entity to sort of dash forward, but it still collides with entities in its path. It would help doing this through procedures. If anybody can help or get me in the right direction, please tell me.

Last seen on 01:49, 29. Mar 2024
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure: is entity…
Thu, 05/05/2022 - 20:59

Procedure: is entity sprinting? set it to true

Last seen on 13:56, 19. Dec 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no, that's not it. Let me…
Thu, 05/05/2022 - 23:06

no, that's not it. Let me explain what I'm doing: I have a spell that creates a wave of water. When it spawns I want it to start moving forward, and damage anything it collides with. The moving part is what I might need help with.

Last seen on 13:58, 21. Jan 2023
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
override motion vector and…
Sat, 05/14/2022 - 00:18

override motion vector and set it to the look direction of the entity and then it will send them flying forwards