From 92c68792e2d694e914831d8d3cb53b18545a5587 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 26 Jan 2017 18:44:52 +0100 Subject: [PATCH] Make throwable items fly faster --- 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 47760061b..77839c55a 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=19 -local egg_VELOCITY=19 -local pearl_VELOCITY=19 +local snowball_VELOCITY=24 +local egg_VELOCITY=24 +local pearl_VELOCITY=24 --Shoot item local throw_function = function (entity_name, velocity)