From d2f63e50c56905d9b553a843a407ab4ac6e5cea4 Mon Sep 17 00:00:00 2001
From: tchncs <tchncs@vivaldi.net>
Date: Tue, 31 May 2016 18:02:13 +0200
Subject: [PATCH] change pick_diamond speed and make it group 3 again

---
 mods/default/tools.lua | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mods/default/tools.lua b/mods/default/tools.lua
index 2e9b590f..26e3040a 100644
--- a/mods/default/tools.lua
+++ b/mods/default/tools.lua
@@ -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},
 	},
-- 
GitLab