promotional bannermobile promotional banner

Bow Mechanics Overhaul

Changes how bows fire, to something more akin to an RPG

File Details

bow-mechanics-1.0.1.jar

  • R
  • Feb 26, 2026
  • 719.91 KB
  • 78
  • 1.20.1
  • Fabric

File Name

bow-mechanics-1.0.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:bow-mechanics-1420253:7683541"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Bow Mechanics 1.0.1

Changes:

  • Refactored bow firing so the server now calls BowItem#onStoppedUsing instead of relying on client-only static flags.
  • Updated mixins calling client-only classes.
  • Replaced direct references to client initializer fields in common mixins with references to the new shared state.
  • Added animation support with playerAnimator and Spell Engine.
  • Removed left-click-only bow fire.