# Lectern Fabric - v3.0.5
## Entity Tint Fix, Mouse Event API
### PLUGIN UPDATES
- **Mouse Event API** — mouse button input now dispatches a cancellable `MouseEvent` on the Lectern event bus. Listeners can suppress vanilla mouse handling per-click.
### PLUGIN FIXES
- **Entity Tint** — tint and translucency state is now tracked per `LivingEntityRenderState` instead of shared statics. Previously, a tint applied to one entity could bleed onto unrelated entities rendered in the same frame.