From c81165b2c8c9f2ff07f4f5253b1da55da1fe184e Mon Sep 17 00:00:00 2001 From: elinor-s Date: Sat, 29 Jul 2017 12:09:05 -0400 Subject: [PATCH] Default: Increase the maximum level of the diamond axe to 3 (#1854) This is the maximum level of the other diamond tools and makes the number of uses similar to them. --- mods/default/tools.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/tools.lua b/mods/default/tools.lua index 45c779f..1e71978 100644 --- a/mods/default/tools.lua +++ b/mods/default/tools.lua @@ -283,7 +283,7 @@ minetest.register_tool("default:axe_diamond", { full_punch_interval = 0.9, max_drop_level=1, groupcaps={ - choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=30, maxlevel=2}, + choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=30, maxlevel=3}, }, damage_groups = {fleshy=7}, },