Emotecraft (Fabric)

Emotecraft (Fabric)

4M Downloads

Animation is not working

KosmX opened this issue ยท 1 comments

commented

Looped animation is not played correctly

animation.zip

reported by: olexya#0160

commented

currentTick = (t - data.returnToTick)%(data.endTick- data.returnToTick) + data.returnToTick;

This should only run if t is bigger than the return tick...