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.
master
Beanzilla 2022-07-21 12:01:51 -04:00 committed by GitHub
parent 5c98f6b78a
commit b31b41567c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ minetest.register_tool("renew_tools:pick", {
full_punch_interval = 0.9,
max_drop_level=3,
groupcaps={
cracky = {times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=renew_tools.uses, maxlevel=3},
cracky = {times={[1]=1.80, [2]=0.80, [3]=0.50}, uses=renew_tools.uses, maxlevel=3},
},
damage_groups = {fleshy=5},
},