GeckoLib

GeckoLib

146M Downloads

AnimationEvent#isMoving() is flipped [1.18.2-fabric]

StockiesLad opened this issue ยท 3 comments

commented

image
I had to manually change this in creeper overhaul because it was getting annoying. Could this be fixed or atleast changed to "isNotMoving".

commented

Oops forgot to mention im using

geckolib-fabric-1.18-3.0.80

commented

Try removing the exclamation mark in front of event.isMoving(), it flips the value around, so true becomes false

commented

Is working correctly with my mods that use isMoving for 1.18.2. Your speed threshold is likely too low.