File Details
Fabric 5.4.4
- R
- Feb 27, 2026
- 803.34 KB
- 22.7K
- 1.21.11
- Fabric
File Name
geckolib-fabric-1.21.11-5.4.4.jar
Supported Versions
- 1.21.11
Curse Maven Snippet
GeckoLib v5.4.4
Changes
API
- Added
RenderPassInfo#getPreRenderMatrixPoseandRenderPassInfo#getModelRenderMatrixPose, capturing the entire PoseStack pose instead of just the matrix pose itself - Added
OverridingDataTicket- ADataTicketimplementation that defers to an existing RenderState field first before applying itself.- This allows for capturing RenderState field values that may be modified by vanilla or other mods after extraction by the renderer (Fixes #818)
Bug Fixes
- Fixed looping animations sometimes causing vanishing entities
- Fixed GeckoLib failing to load an animation with an empty string as the keyframe
- Fixed
RenderUtil#transformToBonemanipulating thePoseStackin reverse (#819) - Fixed
RenderUtil#transformToBonenot accounting for back-translating to the pivot point (#822) - Fixed
MathParsersometimes parsing mathmematical expressions incorrectly (#820) - Fixed
GeoItems sometimes having their id collide if not registered as a synced animatable - Fixed some animations replaying the last few frames of their animation occasionally under very specific circumstances

