Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit b31b415

Browse files
authored
Increased the speed of Renew Tools Pickaxe
This should fix issue #3. The pick should increase by about 20% speed for all except the most hardest nodes.
1 parent 5c98f6b commit b31b415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renew_tools/mtg_support.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ minetest.register_tool("renew_tools:pick", {
66
full_punch_interval = 0.9,
77
max_drop_level=3,
88
groupcaps={
9-
cracky = {times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=renew_tools.uses, maxlevel=3},
9+
cracky = {times={[1]=1.80, [2]=0.80, [3]=0.50}, uses=renew_tools.uses, maxlevel=3},
1010
},
1111
damage_groups = {fleshy=5},
1212
},

0 commit comments

Comments
 (0)