Make throwable items fly faster

This commit is contained in:
Wuzzy 2017-01-26 18:44:52 +01:00
parent 0f535df79a
commit 92c68792e2
1 changed files with 3 additions and 3 deletions

View File

@ -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)