change pick_diamond speed and make it group 3 again
This commit is contained in:
parent
6f9cf1e999
commit
d2f63e50c5
@ -88,8 +88,7 @@ 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.25, [2] = 0.55, [3] = 0.35}, uses = 30, maxlevel= 2}
|
||||
cracky = {times = {[1] = 2.25, [2] = 0.70, [3] = 0.55}, uses = 30, maxlevel= 3}
|
||||
},
|
||||
damage_groups = {fleshy=5},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user