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.
This commit is contained in:
elinor-s 2017-07-29 12:09:05 -04:00 committed by SmallJoker
parent 996f168aa3
commit c81165b2c8
1 changed files with 1 additions and 1 deletions

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