full_punch_interval = 1.0 for mese pickaxe

This commit is contained in:
Perttu Ahola 2012-03-11 12:30:56 +02:00
parent af33b3b338
commit df190b8f87
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ minetest.register_tool("default:pick_mese", {
description = "Mese Pickaxe",
inventory_image = "default_tool_mesepick.png",
tool_capabilities = {
full_punch_interval = 1.0,
max_drop_level=3,
groupcaps={
cracky={times={[1]=0.2, [2]=0.2, [3]=0.2}, maxwear=0.05, maxlevel=3},