how do i fix an entity randomly spinning around whenever its walking? #2439
Replies: 5 comments 1 reply
-
If somebody does know, can they also tell Mojang. :-) |
Beta Was this translation helpful? Give feedback.
-
Heres a video showing it off just in case https://youtu.be/D6Q8ur10YIE |
Beta Was this translation helpful? Give feedback.
-
I have the same problem :D |
Beta Was this translation helpful? Give feedback.
-
do you found the fix? |
Beta Was this translation helpful? Give feedback.
-
Yes, and it's pretty simple. Mojang's path finding for some reason doesn't work with bigger hitboxes. Mowzie's mobs developers made their own path finding system and I ported it to fabric. You can find it here: And you also have to replace the old navigation:
|
Beta Was this translation helpful? Give feedback.
-
basically what it says on the title. figured i'd post my code here for reference: https://github.com/ANightDazingZoroark/Prehistoric-Rift-Mod/blob/remake/src/main/java/net/anightdazingzoroark/rift/entities/creatures/TyrannosaurusEntity.java
also, video showing off the problem https://youtu.be/D6Q8ur10YIE
Beta Was this translation helpful? Give feedback.
All reactions