
Sprintify
The Sprintify modification adds a progressive acceleration system during continuous running, making movement through the game world much more dynamic and exciting.
How does the mechanic work?
When the character starts running continuously, the mod activates the bonus accumulation mechanic for speed and step height. The longer you run without stopping, the more significant your movement advantages become.
Effects gradually intensify over time, reaching maximum values during uninterrupted running. With default settings, after just 5 seconds of running, you'll get double movement speed and an additional step height of +0.6 blocks! This makes it easy to overcome difficult terrain and climb obstacles that normally would require jumping or detours.
Parameter Configuration
All mod operation parameters can be configured through the sprintify-common.toml
configuration file:
#Sprintify settings
[common]
#Time to reach maximum speed (in ticks). (default: 100)
#Allowed range: 1 ~ 9223372036854775807
ticks_to_max_speed = 100
#Maximum speed multiplier. (default: 1.0, i.e. +100%)
#Allowed range: 0.0 ~ 1.7976931348623157E308
max_speed_multiplier = 1.0
#Maximum step height addition. (default: 0.6)
#Allowed range: 0.0 ~ 1.7976931348623157E308
max_step_height_addition = 0.6
If standard values seem insufficient for you, you can modify them to suit your playstyle better.
Licensing
The Sprintify mod is open source and distributed under the GPL v3.0 license. You can freely include it in modpacks or server packages under the condition of complying with the license terms.