mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
small fix - unification
This commit is contained in:
parent
110f8f4195
commit
e3b992264d
@ -28,7 +28,7 @@ minetest.register_tool("default:pick_wood", {
|
||||
full_punch_interval = 1.2,
|
||||
max_drop_level = 0,
|
||||
groupcaps = {
|
||||
cracky = {[3] = 1.2}, uses = 20, maxlevel = 1},
|
||||
cracky = {times = [3] = 1.2}, uses = 20, maxlevel = 1},
|
||||
},
|
||||
damage_groups = {fleshy = 1},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user