Tags
Creators
Details
Licensed MIT
Created 4 years ago
All versions
5.4.4
Release
Fabric 1.21.11-5.4.44 months ago 24.8K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
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
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:8BmcQJ2H:MBxqqnH0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8BmcQJ2H:MBxqqnH0"
}

