Started by
Starmarine5405
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, right to the point I think speed factor is different from speed, I have created a mob with speed of 0.25 (usual speed) and I set the wandering speed factor to 0.25 and It walks really slow! I have set the follow with item in hand speed to 0.25 and that works fine but when i set wandering speed factor to anything more than 0.25 it goes light speed fast... I am really confused and need your help.
Edited by Starmarine5405 on Sat, 05/20/2023 - 23:37
Speed factors how fast the mob ai will try to do the tasks.
Example:
default walk speed factor is 0.8, if its set to 1.6 it will walk double as fast
default do melee/contact attack's speed factor is 1.2, if set to 0.6 it will attack half the speed of a normal mob.
Thank you!