Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make some tools dig faster
  • Loading branch information
Calinou authored and BlockMen committed Feb 28, 2015
1 parent f86ac2f commit 5a2aab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mods/default/tools.lua
Expand Up @@ -40,7 +40,7 @@ minetest.register_tool("default:pick_stone", {
full_punch_interval = 1.3,
max_drop_level=0,
groupcaps={
cracky = {times={[2]=2.0, [3]=1.20}, uses=20, maxlevel=1},
cracky = {times={[2]=2.0, [3]=1.00}, uses=20, maxlevel=1},
},
damage_groups = {fleshy=3},
},
Expand Down Expand Up @@ -188,7 +188,7 @@ minetest.register_tool("default:axe_wood", {
full_punch_interval = 1.0,
max_drop_level=0,
groupcaps={
choppy = {times={[2]=3.00, [3]=2.00}, uses=10, maxlevel=1},
choppy = {times={[2]=3.00, [3]=1.60}, uses=10, maxlevel=1},
},
damage_groups = {fleshy=2},
},
Expand All @@ -200,7 +200,7 @@ minetest.register_tool("default:axe_stone", {
full_punch_interval = 1.2,
max_drop_level=0,
groupcaps={
choppy={times={[1]=3.00, [2]=2.00, [3]=1.50}, uses=20, maxlevel=1},
choppy={times={[1]=3.00, [2]=2.00, [3]=1.30}, uses=20, maxlevel=1},
},
damage_groups = {fleshy=3},
},
Expand Down

0 comments on commit 5a2aab8

Please sign in to comment.