promotional bannermobile promotional banner

GeckoLib

A 3D animation library for entities, blocks, items, armor, and more!

File Details

NeoForge 5.5.2

  • R
  • Jun 19, 2026
  • 645.54 KB
  • 579
  • 26.2
  • NeoForge

File Name

geckolib-neoforge-26.2-5.5.2.jar

Supported Versions

  • 26.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:geckolib-388172:8283136"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

GeckoLib v5.5.2

BREAKING

  • Removed the & GeoRenderState dual-type generic from everywhere. I thought I'd already done it, but apparently not. I can't build forge without this breaking change, sorry

Bug Fixes

  • 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)