diamond pickaxe got speed of mithril pick

This commit is contained in:
tchncs 2016-02-20 21:23:44 +01:00
parent f39b305fb8
commit 6481b1a46e

View File

@ -88,7 +88,8 @@ minetest.register_tool("default:pick_diamond", {
full_punch_interval = 0.9, full_punch_interval = 0.9,
max_drop_level=3, max_drop_level=3,
groupcaps={ 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}, damage_groups = {fleshy=5},
}, },