AnimationJS

Player animation addon for KubeJS

File Details

animationjs-1.20.1-0.0.7.jar

  • R
  • May 12, 2024
  • 48.62 KB
  • 563
  • 1.20.1
  • Forge + 1

File Name

animationjs-1.20.1-0.0.7.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:animationjs-997688:5339339")

NeoForge

implementation fg.deobf("curse.maven:animationjs-997688:5339339")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

New Features:

  • Added getRenderContext() method to playerRenderer event. This method provides scripters with access to a PlayerRenderContext, allowing them to customize item rendering on the player's body with configurable rotation and position.
  • Added cancelDefaultRender() method to playerRenderer event. This method allows scripters to cancel the default rendering behavior during the playerRenderer event.
  • Added renderBodyItem() method to playerRenderer event. This method enables scripters to render item stacks on the player's body, with options for configuring rotation and position.

Improvements:

  • Improved various probejs typings to enhance code readability and maintainability.

Changes:

  • We now use LioLib in 1.20.1 as an optional dependency for geckolib player animations to avoid any Geckolib cache conflicts with other mods