From a9b795b9f9b311a7eef8583f665dca58f3eab879 Mon Sep 17 00:00:00 2001 From: echoes91 Date: Fri, 13 Mar 2015 13:09:20 +0100 Subject: [PATCH] 0.9.5 --- bows.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bows.lua b/bows.lua index e670198..a200c1a 100644 --- a/bows.lua +++ b/bows.lua @@ -78,7 +78,7 @@ minetest.register_tool("throwing:bow_steel", { wield_scale = {x=1, y=1, z=0.5}, stack_max = 1, on_use = function(itemstack, user, pointed_thing) - stiffness = 16 + stiffness = 17 reload = 1.6 if throwing_shoot_arrow(itemstack, user, pointed_thing) then reloading()