mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
full_punch_interval = 1.0 for mese pickaxe
This commit is contained in:
parent
af33b3b338
commit
df190b8f87
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue