promotional bannermobile promotional banner

Peak Stamina

A fully customizable stamina overhaul inspired by the PEAK system. Compatible with all mods that use effects or NBT data

File Details

peak_stamina-1.5.11.jar

  • R
  • Jan 21, 2026
  • 87.04 KB
  • 151
  • 1.20.1
  • Forge

File Name

peak_stamina-1.5.11.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:peak-stamina-1412640:7498696")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added a new set of attributes to control stamina costs for specific actions independently.

  • peakstamina:jump_cost_multiplier
  • peakstamina:sprint_cost_multiplier
  • peakstamina:attack_cost_multiplier
  • peakstamina:block_break_cost_multiplier
  • peakstamina:swim_cost_multiplier
  • peakstamina:climb_cost_multiplier
  • peakstamina:regen_delay_multiplier
  • peakstamina:exhaustion_duration_multiplier
  • peakstamina:weight_calculation_multiplier

The stamina calculation logic now checks these specific attributes before applying the cost.

  • The formula is: TotalCost = BaseCost * GlobalUsageMultiplier * SpecificActionMultiplier. Updated /stamina attr command to support the new action multipliers (e.g., /stamina attr cost_jump 0.5 to halve jump costs).