Skip to content

Commit c81165b

Browse files
elinor-sSmallJoker
elinor-s
authored andcommittedJul 29, 2017
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.
1 parent 996f168 commit c81165b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎mods/default/tools.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ minetest.register_tool("default:axe_diamond", {
283283
full_punch_interval = 0.9,
284284
max_drop_level=1,
285285
groupcaps={
286-
choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=30, maxlevel=2},
286+
choppy={times={[1]=2.10, [2]=0.90, [3]=0.50}, uses=30, maxlevel=3},
287287
},
288288
damage_groups = {fleshy=7},
289289
},

0 commit comments

Comments
 (0)
Please sign in to comment.