1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

small fix - unification

This commit is contained in:
Ombridride 2015-01-23 19:57:44 +01:00
parent 110f8f4195
commit e3b992264d

View File

@ -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},
},