Default: Increase the maximum level of the diamond axe to 3 (#1854)
authorelinor-s <elinor@netcourrier.com>
Sat, 29 Jul 2017 16:09:05 +0000 (12:09 -0400)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Sat, 29 Jul 2017 16:09:05 +0000 (18:09 +0200)
This is the maximum level of the other diamond tools and makes the
number of uses similar to them.

mods/default/tools.lua

index 45c779f1ca118a163b6aac7baff351a401ff8519..1e7197851468cf4e2a14f22e3aa607da6c34d622 100644 (file)
@@ -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},
        },