Started by
ShAdOw112
on
Topic category: Help with Minecraft modding (Java Edition)
Some versions earlier this function worked properly. And now without any reason it just doesn't work at all! I thought it's because of a code but no - everything works except for "Attempt to override motion vector of...". Is this kind of bug?
What do you mean by it doesn't work?
The straight meaning - it doesn't work
Could you provide more info on what's happening? I've used this function plenty of times and it still works for me.
Are you changing the vx, vy, or vz to x postition of event/target entity? if so, you need to change it to
x velocity of event/target entity +(or-) 1.
of course your 1 can be changed to whatever you want
Yeah i'm trying to change all 3 vx,vy,vz to 0 every tick but it doesn't work. The entity still falls and is able to move around
If you're trying to not make the entity move at all just remove the wander around block in the ai goals