From cd97ba1d04ec4f3856f74ac719bd93becf20e156 Mon Sep 17 00:00:00 2001 From: Treer Date: Sat, 4 Jul 2020 08:48:33 +1000 Subject: [PATCH] "Lucky shovel" can mine ore In the "lucky" group and able to mine ore (groupcap: cracky), but not a pickaxe. For testing that extra coal drops require both "lucky" and "pickaxe". --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 1dbaade..552100a 100644 --- a/init.lua +++ b/init.lua @@ -53,6 +53,7 @@ minetest.register_tool("toolgrouptest:shovel_lucky", { max_drop_level=1, groupcaps={ crumbly = {times={[1]=1.10, [2]=0.50, [3]=0.30}, uses=30, maxlevel=3}, + cracky = {times={[3]=1.60}, uses=10, maxlevel=1}, }, damage_groups = {fleshy=4}, },