From 21638f053c14c7e991142d1bbf0ef9fc1824cf5b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 26 Jan 2017 19:07:30 +0100 Subject: [PATCH] Decrease throwing speed --- mods/mcl_throwing/throwable.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/mcl_throwing/throwable.lua b/mods/mcl_throwing/throwable.lua index dce1c393..8c32c17c 100644 --- a/mods/mcl_throwing/throwable.lua +++ b/mods/mcl_throwing/throwable.lua @@ -3,9 +3,9 @@ -- local GRAVITY = tonumber(minetest.setting_get("movement_gravity")) -local snowball_VELOCITY=24 -local egg_VELOCITY=24 -local pearl_VELOCITY=24 +local snowball_VELOCITY=22 +local egg_VELOCITY=22 +local pearl_VELOCITY=22 --Shoot item local throw_function = function (entity_name, velocity)