mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-21 21:42:30 +01:00
Make throwable items fly faster
This commit is contained in:
@ -3,9 +3,9 @@
|
|||||||
--
|
--
|
||||||
|
|
||||||
local GRAVITY = tonumber(minetest.setting_get("movement_gravity"))
|
local GRAVITY = tonumber(minetest.setting_get("movement_gravity"))
|
||||||
local snowball_VELOCITY=19
|
local snowball_VELOCITY=24
|
||||||
local egg_VELOCITY=19
|
local egg_VELOCITY=24
|
||||||
local pearl_VELOCITY=19
|
local pearl_VELOCITY=24
|
||||||
|
|
||||||
--Shoot item
|
--Shoot item
|
||||||
local throw_function = function (entity_name, velocity)
|
local throw_function = function (entity_name, velocity)
|
||||||
|
Reference in New Issue
Block a user