← Назад к ресурсам

Sprintify

A simple mod that grants players a progressive speed boost during prolonged sprinting.

Modrinth utility

Описание

# Sprintify A simple mod that grants players a progressive speed boost during prolonged sprinting. # What does it do? While continuously sprinting, this mod provides players with increasing speed and step height bonuses - these enhancements persist as long as you keep moving forward. The effects gradually intensify over time - with default settings, after 5 seconds of sprinting (100 ticks), you'll gain **+100% movement speed** and **+0.6 step height**! Experience the thrill of effortlessly traversing terrain and scaling obstacles! # Configuration Customize mod behavior through the `sprintify-common.toml` config file. If you want stronger effects, then you'll have to tweak the config yourself. ~~But you already knew that.~~ ```toml #Sprintify settings [common] #Set the time required to reach maximum speed (in ticks). (default: 100) #Range: 1 ~ 9223372036854775807 ticks_to_max_speed = 100 #Set the maximum speed multiplier. (default: 1.0, i.e.+100%) #Range: 0.0 ~ 1.7976931348623157E308 max_speed_multiplier = 1.0 #Set the maximum step height bonus. (default: 0.6) #Range: 0.0 ~ 1.7976931348623157E308 max_step_height_addition = 0.6 ``` # License This mod is open-source under **GPL v3.0** license. You may include it in modpacks/server packs while complying with the license terms.