From 31f57a51e0f56d33105904850cb5f7b41d09995b Mon Sep 17 00:00:00 2001 From: Brandon Date: Mon, 20 Jul 2020 19:49:10 -0400 Subject: [PATCH] give bow a bit more power... --- mods/ITEMS/mcl_bows/bow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_bows/bow.lua b/mods/ITEMS/mcl_bows/bow.lua index e8610bc9..94d5a940 100644 --- a/mods/ITEMS/mcl_bows/bow.lua +++ b/mods/ITEMS/mcl_bows/bow.lua @@ -19,7 +19,7 @@ local PLAYER_USE_BOW_SPEED = tonumber(minetest.settings:get("movement_speed_crou -- TODO: Use Minecraft speed (ca. 53 m/s) -- Currently nerfed because at full speed the arrow would easily get out of the range of the loaded map. -local BOW_MAX_SPEED = 26 +local BOW_MAX_SPEED = 40 --[[ Store the charging state of each player. keys: player name