Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated last month
All versions
5.5.2
Release
NeoForge 26.1.2-5.5.2last month 6,625
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client-side
Client and server
Changes
GeckoLib v5.5.2
Bug Fixes
- Made improvements to the AnimationController to handle stopping and starting animations better (#868)
- Fixed non-GeckoLib armour rotating incorrectly when placed on a GeckolibEntity using
ItemArmorGeoLayer(#843) - Fix animations going weird speeds when things render existing objects with a partialTick of 1.0 for some reason (#848)
- Patch out GeckoLib's custom emissivity if not on windows, since linux and mac both fail gl functionality (#864)
- Fix EasingTypes being case-sensitive and then just kinda failing entirely (#861)
- Optimize out unused faces, remove auto-face expansion (#855)
- Fix inconsistency with tick retrieval for non-entity renderers (#846)
- Fix wrong frozen-state handling for animated items
- Fixed triggerable animations not stopping when told to stop if the loop type does not allow stopping (#863)
- Fix keyframes not being sorted, causing missed frames (#842)
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:xfVfPcoC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8BmcQJ2H:xfVfPcoC"
}

