diamond pickaxe got speed of mithril pick
This commit is contained in:
parent
f39b305fb8
commit
6481b1a46e
@ -88,7 +88,8 @@ minetest.register_tool("default:pick_diamond", {
|
||||
full_punch_interval = 0.9,
|
||||
max_drop_level=3,
|
||||
groupcaps={
|
||||
cracky = {times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=30, maxlevel=3},
|
||||
--cracky = {times={[1]=2.0, [2]=1.0, [3]=0.50}, uses=30, maxlevel=3},
|
||||
cracky = {times = {[1] = 2.25, [2] = 0.55, [3] = 0.35}, uses = 30, maxlevel= 2}
|
||||
},
|
||||
damage_groups = {fleshy=5},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user