作者:rebot | 分类:模组
Minecraft 版本: 1.20.2 1.20.3 1.20.4
平台: neoforge
标签: game-mechanics mobs
This is a fork of the Rabbit Pathfinding Fixed. I do not claim ownership of the original code, assets nor changing any of the code logic. All credit goes to the litetex. I just made a port for Forge ecosystem.
Fixes rabbit pathfinding efficiently.
As of 1.21.1 there are multiple problems with rabbit pathfinding:
RabbitMoveControl which only sets the (horizontal) speed correctly during movement but not while jumping.EntityNavigation sets its timeouts based on movement speed.WanderAround(Far). Most other entities also use LookAroundGoal.RabbitMoveControl#tick constantly updates the rabbits speed (RabbitEntity#setSpeed).moveControl#moveTo thus the rabbit always tries to reach it's last target even when it shouldn't do that.As of
1.21.4/24w46aMC-150224 was fixed, correcting the jump height (1) and fixing the stall (2).
However all other parts - including optimizations and sanity checks in above mentioned fixes - are still missing.
1 but should be 0).shouldContinue and isTargetPos methods.Detailed video comparisons are also available.
请登录后举报
暂无评论,抢个沙发吧~