Started by
Xyther
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a procedure which is going to make my custom mob able to move when I'm not looking at it with my crosshair but somehow ended up crashing when I put "Attempt to override motion vector" into the procedure. Is there an alternative way to this or a fix?
Try using "attempt to stop navigation of event/target entity".
What MCreator version? What MC version?
Do you use any plugins?
Oh, is that not a base MCreator block? I have https://mcreator.net/plugin/103400/snails-plugin-1201 installed so maybe I forgot what is base Mcreator and whats not.
I just tried using "attempt to stop navigation of" block but it didn't stop the mob
MCreator ver: 2024.4
MC Ver: 1.20.1
my bad, "attempt to stop navigation of" does work but it just stops the mob for a second. How can I make it just stop completely?
I don't seem to have that problem? Maybe try using a while loop wit ha local var?