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
Added a new set of attributes to control stamina costs for specific actions independently.
peakstamina:jump_cost_multiplierpeakstamina:sprint_cost_multiplierpeakstamina:attack_cost_multiplierpeakstamina:block_break_cost_multiplierpeakstamina:swim_cost_multiplierpeakstamina:climb_cost_multiplierpeakstamina:regen_delay_multiplierpeakstamina:exhaustion_duration_multiplierpeakstamina: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 attrcommand to support the new action multipliers (e.g.,/stamina attr cost_jump 0.5to halve jump costs).

