promotional bannermobile promotional banner

Perspective API

A client-side API framework for managing and extending Minecraft's camera perspectives.
Back to Files

1.5.0-beta for 1.21.11 fabric

File nameperspective_api-1.5.0-beta+fabric-1.21.11.jar
Uploader
LeawindLeawind
Uploaded
Aug 7, 2026
Downloads
67
Size
261.0 KB
Mod Loaders
Fabric
File ID
8595571
Type
B
Beta
Supported game versions
  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:perspective-api-1575322:8595571"

Learn more about Curse Maven

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)
Type
Name
Game Versions
Mod Loaders
Size
Downloads
Uploaded