From b09951cade289f7ab0445df1d51f1b469a48a185 Mon Sep 17 00:00:00 2001 From: Calinou Date: Sat, 30 Aug 2014 13:04:58 +0200 Subject: [PATCH] Faster movement speeds for less boring gameplay --- minetest.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/minetest.conf b/minetest.conf index 3fb76797..b884b4a3 100644 --- a/minetest.conf +++ b/minetest.conf @@ -3,3 +3,7 @@ mgv6_spflags = biomeblend, jungles movement_liquid_sink = 25 movement_liquid_fluidity = 0.8 movement_liquid_fluidity_smooth = 2 + +movement_speed_walk = 4.8 +movement_speed_crouch = 1.6 +movement_speed_fast = 24