change pick_diamond speed and make it group 3 again

This commit is contained in:
tchncs 2016-05-31 18:02:13 +02:00
parent 6f9cf1e999
commit d2f63e50c5

View File

@ -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},
},