File Details
leklai-fabric-1.0.1-1.21.11.jar
- B
- Mar 11, 2026
- 1.70 MB
- 9
- 1.21.11
- Fabric
File Name
leklai-fabric-1.0.1-1.21.11.jar
Supported Versions
- 1.21.11
Curse Maven Snippet
1.0.1
Bug Fixes
- GlowFlash framerate-dependent timing — Glow flash effects were running too fast at high FPS and too slow at low FPS. Now uses delta-time correctly for consistent visual behavior regardless of framerate.
- Skill aiming improvement — Skills now target the entity's position directly instead of requiring the player to aim at the ground. Also works correctly when the target is airborne/flying.
- Server config crash — Environment damage config options were causing servers to become unplayable. Server-only config is now properly separated.
- Party persists after disconnect — Party HUD and data no longer carry over when disconnecting from a server and joining singleplayer or a different server. All client-side party state is properly cleared on disconnect.
- Party health display - Player Health number are drifting position. This has been fixed and should now be properly aligned with the health bar.
Changes (API)
getActionAnimation()andgetHoldAnimation()now require aLivingEntityparameter for context-aware animation support (e.g. different animation sets per entity or situation).- change version number format from
x.y.ztox.y.z-a.b.c.
New
- SkillCastContext in keyframe instructions —
onKeyframeInstructionnow receivesSkillCastContext, enabling richer skill behavior driven by animation keyframes. - Unified tab navigation — Player Info, Skill Learning, Skill Binding, and Party screens are now accessible via a single tabbed interface. No more closing and reopening from the hotbar overlay.
- Client cooldown sync on rejoin — Skill cooldowns are now cleared on disconnect and re-synced from the server when joining back. No more stale cooldowns carrying over between worlds, and no way to exploit disconnecting to skip cooldowns.
- Party HUD scale config — Added a configurable scale option for the party HUD panel (0.5x–2.0x) under UI & Visual settings.
layout change, colour theme


