Make some tools dig faster
authorCalinou <calinou@opmbx.org>
Sun, 30 Nov 2014 07:08:45 +0000 (08:08 +0100)
committerBlockMen <nmuelll@web.de>
Sat, 28 Feb 2015 21:44:31 +0000 (22:44 +0100)
mods/default/tools.lua

index 25cf81b1daf0d904154b0c84c25efb138e39c560..a948886a2a9fd682fb004c5a70910e791c728399 100644 (file)
@@ -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},
        },
@@ -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},
        },
@@ -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},
        },