![[Legacy] GeckoLib Fabric](https://media.forgecdn.net/avatars/thumbnails/610/295/256/256/637992132011410133.png)
event.isMoving() not detected on block that sink you a littlebit.
MalfuXT opened this issue ยท 2 comments
i test it on my mob and antique beasts mod.
if they walk on soul sand and honey block. mob will detect it as idle somehow.
private PlayState predicate(AnimationState event) {
if (event.isMoving()) {
event.getController().setAnimation(RawAnimation.begin().then("walk", Animation.LoopType.LOOP));
} else {
event.getController().setAnimation(RawAnimation.begin().then("idle", Animation.LoopType.LOOP));
}
return PlayState.CONTINUE;
}
that is the code that i use for moving and idle.
i'm on geckolib 4.7 and minecraft fabric 1.20.1.
please let me know if its just happen for me, or happen to anyone else, maybe something to fix.
Might need to adjust the movement threshold maybe in your renderer getMotionAnimThreshold