promotional bannermobile promotional banner

HammerAnimations

Brings Bedrock model and animation as a compact and easy-to-use API layer with hotswapping.

File Details

[1.20.1] HammerAnimations - 20.1.54

  • R
  • Jun 8, 2026
  • 815.94 KB
  • 256
  • 1.20.1
  • Forge + 1

File Name

HammerAnimations-1.20.1-20.1.54.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:hammer-animations-899883:8218868")

NeoForge

implementation fg.deobf("curse.maven:hammer-animations-899883:8218868")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • BaseQuery.registerVariables and IAnimatedEntity.registerVariables now use IVariableRegistrar instead of BiConsumer;
  • Fixed AnimationLayer.setFrozen not freezing the animation;
  • Expose AnimationLayer and Query from an ActiveAnimation;
  • Expose primary Query instance from AnimationSystem;
  • Added GeometryPose.getRoot() to avoid using root bone names where possible;
  • Merge API-level differences between 1.12.2 and 1.20.1;
  • Fix array access causing crash;