Skip to content

Commit

Permalink
Default: Increase the maximum level of the diamond axe to 3 (#1854)
Browse files Browse the repository at this point in the history
This is the maximum level of the other diamond tools and makes the
number of uses similar to them.
  • Loading branch information
elinor-s authored and SmallJoker committed Jul 29, 2017
1 parent 996f168 commit c81165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/tools.lua
Expand Up @@ -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},
},
Expand Down

0 comments on commit c81165b

Please sign in to comment.