make drills less laggy

master
KaylebJay 2019-09-05 13:01:41 -06:00 committed by Hume2
parent b25e93e244
commit 883ddb5f82
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ local function register_all(name, def)
description = xtraores.upper(name).." Drill",
inventory_image = "xtraores_drill_"..name..".png",
tool_capabilities = {
full_punch_interval = 0.001,
full_punch_interval = 0.1,
max_drop_level=3,
groupcaps=def.drill[1],
damage_groups = {fleshy=def.drill[2]},