1
0
mirror of https://gitlab.com/echoes91/throwing.git synced 2024-09-27 14:30:22 +02:00
This commit is contained in:
echoes91 2015-03-13 13:09:20 +01:00
parent b1e6edad73
commit a9b795b9f9

View File

@ -78,7 +78,7 @@ minetest.register_tool("throwing:bow_steel", {
wield_scale = {x=1, y=1, z=0.5}, wield_scale = {x=1, y=1, z=0.5},
stack_max = 1, stack_max = 1,
on_use = function(itemstack, user, pointed_thing) on_use = function(itemstack, user, pointed_thing)
stiffness = 16 stiffness = 17
reload = 1.6 reload = 1.6
if throwing_shoot_arrow(itemstack, user, pointed_thing) then if throwing_shoot_arrow(itemstack, user, pointed_thing) then
reloading() reloading()