File Details
geckolib-fabric-1.19.4-4.2
- R
- Jun 5, 2023
- 1.65 MB
- 109.1K
- 1.19.4
- Fabric
File Name
geckolib-fabric-1.19.4-4.2.jar
Supported Versions
- 1.19.4
Curse Maven Snippet
v4.2
- Added the AnimationState#isCurrentAnimationStage helper method
- Added the AnimationState#resetCurrentAnimation helper method
- Added the AnimationState#setControllerSpeed helper method
- Added the AnimationController#transitionLength method, which is a functional equivalent to AnimationController#setTransitionLength, but is a factory pattern method instead. Existing method marked as deprecated for removal
- Prevented the animation processing pass being run over again if re-rendering the same animatable twice in the same render frame
- Add jetbrains annotations to the core module
- Added an AnimatableCache override in GeoAnimatable
- Add a context-aware animatable implementation for handling animations independently for different contexts. (Experimental)
- Added animated texture support for all geo objects
- Fixed the built-in scaling not working consistently