Mineclonia/mods/PLAYER/mcl_sprint
Elias Fleckenstein 152d49ef20 Fix #1167 2021-02-22 10:41:44 +01:00
..
COPYING Add simple sprinting mod 2017-02-21 15:39:22 +01:00
README.md Dump unused code in mcl_sprint mod 2017-05-20 19:18:37 +02:00
depends.txt Rename mcl_playerphysics to playerphysics 2018-10-23 18:51:19 +02:00
init.lua Fix #1167 2021-02-22 10:41:44 +01:00
mod.conf Fix crash when sprinting 2017-02-22 13:28:03 +01:00

README.md

Sprint Mod for MineClone 2

Forked from [sprint] by GunshipPenguin

Description

Allows the player to sprint by pressing the “Use” key (default: E). By default, sprinting will make the player travel 80% faster and allow him/her to jump 10% higher.

Licence: CC0 (see COPYING file)

Mod developer settings (init.lua)

mcl_sprint.SPEED

How fast the player will move when sprinting as opposed to normal movement speed. 1.0 represents normal speed so 1.5 would mean that a sprinting player would travel 50% faster than a walking player and 2.4 would mean that a sprinting player would travel 140% faster than a walking player.