1.5.0-beta for 1.20.6 neoforge
Curse Maven Snippet
What's new
1.5.0-beta
Breaking Changes
- feat(api): add modifier perspective base state (7a1e37d)
- PerspectiveModifier.apply now receives PerspectiveModifierContext instead of PerspectiveContext.
Update modifier implementations to use PerspectiveModifierContext.
- fix(api): resolve perspective state during rendering (b6ef7e1)
- remove clientTickWhenActive from PerspectiveBehavior and PerspectiveSwitcherBehavior. Perspective availability is no longer cached per client tick.
Implementations that update state on client ticks must subscribe to their loader event and return cached values during rendering.
- refactor(api): rename PerspectiveBehavior camera state pipeline methods (b151b2f)
- PerspectiveBehavior.applyCameraState and PerspectiveBehavior.afterApplyCameraState are renamed to computeCameraState and afterCameraStateResolved
- refactor(api): rename toEulerRad to quatToEulerRad (7435eb2)
- PerspectiveMath.toEulerRad methods are renamed to quatToEulerRad
Features
- feat(logic): add orbit switcher help tooltip (e5d3e53)
- feat(logic): dilute the vinegar (088a7fe)
- feat(logic): scale up hovered orbit actor in edit mode (4dcf79d)
Bug Fixes
- fix(logic): ignore auxiliary camera updates (a83f2c6)
- fix(api): handle gimbal lock in quaternion-to-euler conversion (3b990c0)
- fix(logic): handle null previous perspective on transition (d42dd73)
- fix(logic): always show selected perspective label in orbit menu (50dd5da)
- fix(logic): show selection indicator only on active perspective in orbit editor (78a7135)
- fix(logic): show actor tooltip on hover in orbit editor (b7e70ce)
- fix(logic): smooth orbit actor scale transitions with ExpSmoothDouble (17ba3e0)
Internationalization
- i18n: update orbit switcher help tooltip translations (afa4523)

