mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 17:23:45 +01:00
full_punch_interval = 1.0 for mese pickaxe
This commit is contained in:
parent
af33b3b338
commit
df190b8f87
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user