mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-30 23:03:45 +01:00
b582afeb1f
This updates the VoxeLibre documentation by replacing "Minetest" with "Luanti" and updating links. Done: * Update "Minetest" in documentation and comments to "Luanti" * Update links to forums, ContentDB and Luanti project web page Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4706 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land> Co-authored-by: teknomunk <teknomunk@protonmail.com> Co-committed-by: teknomunk <teknomunk@protonmail.com> |
||
---|---|---|
.. | ||
COPYING | ||
init.lua | ||
mod.conf | ||
README.md |
Sprint Mod for VoxeLibre
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.