Started by
ImOd102
on
Topic category: Help with Minecraft modding (Java Edition)
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.
Procedure: is entity sprinting? set it to true
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.
override motion vector and set it to the look direction of the entity and then it will send them flying forwards