projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
996f168
)
Default: Increase the maximum level of the diamond axe to 3 (#1854)
author
elinor-s
<elinor@netcourrier.com>
Sat, 29 Jul 2017 16:09:05 +0000
(12:09 -0400)
committer
SmallJoker
<SmallJoker@users.noreply.github.com>
Sat, 29 Jul 2017 16:09:05 +0000
(18:09 +0200)
This is the maximum level of the other diamond tools and makes the
number of uses similar to them.
mods/default/tools.lua
patch
|
blob
|
history
diff --git
a/mods/default/tools.lua
b/mods/default/tools.lua
index 45c779f1ca118a163b6aac7baff351a401ff8519..1e7197851468cf4e2a14f22e3aa607da6c34d622 100644
(file)
--- a/
mods/default/tools.lua
+++ b/
mods/default/tools.lua
@@
-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},
},