Default: Increase the maximum level of the diamond axe to 3

* backported https://github.com/minetest/minetest_game/pull/1854
* This is the maximum level of the other diamond tools and makes the
  number of uses similar to them.
* fixed https://github.com/minetest/minetest_game/issues/1456
  Diamond axe breaks earlier than mese axe
This commit is contained in:
Герхард PICCORO Lenz McKAY 2021-12-09 16:54:51 -04:00
parent e07ad71d11
commit 95e70da3a6

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