From: elinor-s Date: Sat, 29 Jul 2017 16:09:05 +0000 (-0400) Subject: Default: Increase the maximum level of the diamond axe to 3 (#1854) X-Git-Tag: 5.0.0~203 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c81165b2c8c9f2ff07f4f5253b1da55da1fe184e;p=oweals%2Fminetest_game.git 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. --- diff --git a/mods/default/tools.lua b/mods/default/tools.lua index 45c779f1..1e719785 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}, },