Skip to content
Snippets Groups Projects
Commit c81165b2 authored by elinor-s's avatar elinor-s Committed by SmallJoker
Browse files

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.
parent 996f168a
No related branches found
No related tags found
No related merge requests found
......@@ -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},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment