promotional bannermobile promotional banner

Stamina Attributes

A small API that adds a stamina system controlled by entity attributes.

File Details

stamina-attributes-3.0.0.jar

  • R
  • Oct 25, 2025
  • 110.88 KB
  • 102
  • 1.21.10
  • Fabric

File Name

stamina-attributes-3.0.0.jar

Supported Versions

  • 1.21.10

Curse Maven Snippet

Fabric

modImplementation "curse.maven:stamina-attributes-1060742:7149106"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

3.0.0

  • updated to 1.21.10

Additions

  • added entity attributes, that define stamina costs for various in game actions:
    • "staminaattributes:attack_blocking_action_stamina_cost", applied when blocking an attack while using an item with the "blocks_attacks" component "staminaattributes:attacking_action_stamina_cost", applied when attacking an entity "staminaattributes:block_breaking_action_stamina_cost", applied when breaking a block
  • added several server config options for fine-tuning the new attributes

Changes

  • removed "generic." prefix from all entity attributes, following vanillas example