File Details
geckolib-forge-1.19.4-4.2
- R
- Jun 5, 2023
- 1.10 MB
- 1.1M
- 1.19.4
- Forge
File Name
geckolib-forge-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