AnimationJS

Player animation addon for KubeJS

File Details

animationjs-1.20.1-0.0.3.jar

  • R
  • Apr 25, 2024
  • 41.89 KB
  • 23
  • 1.20.1
  • Forge + 1

File Name

animationjs-1.20.1-0.0.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

NeoForge

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

Learn more about Curse Maven

  • Added AnimationJS.universalController() binding to add a player animation controller, providing full conditional animation support.
  • Added more triggerAnimation variants for more control over animations off the player.
  • Added detailed wiki page
  • Prevented animations from overlapping each other unless specified.
  • Removed Client Script animations as they are not usable in dedicated servers; all functionality will be server scripts only to prevent this.