Update sword wearout

master
BlockMen 2014-08-09 01:13:49 +02:00
parent ec88010ce7
commit 14b7465f8e
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ end
timer(1) timer(1)
local tool_uses = {0, 30, 110, 150, 280, 300, 500, 1000} local tool_uses = {0, 30, 66, 66, 280, 125, 16, 551}
-- helping functions -- helping functions

View File

@ -493,6 +493,6 @@ minetest.register_tool("default:sword_gold", {
}, uses=16/3} }, uses=16/3}
), ),
full_punch_interval = 1, full_punch_interval = 1,
damage_groups = {fleshy=6}, damage_groups = {fleshy=7},
} }
}) })