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.52

  • R
  • Jun 4, 2026
  • 791.82 KB
  • 767
  • 1.20.1
  • Forge + 1

File Name

HammerAnimations-1.20.1-20.1.52.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

NeoForge

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

Learn more about Curse Maven

1.20.1 - 20.1.52:

  • All bone names are now lowercased to allow ignoring the uppercase names.
  • Added AnimationSystem.Builder.geometry() to set the default geometry used for positional model calculations;
  • AnimationLayer.Builder.initialAnimation, enabling animations to be played out-of-the-box when animation system is being created;
  • DefaultsHA.HEAD_LOOK and AnimationSystem.Builder.addHeadLookLayer, allowing the head look to be handled by HammerAnimations if your head bone is named "head";
  • Changed "root" model name to "model_root", since people may use "root" as a bone name and be surprised things suddenly stop working;