From 68b33f46e21071841a3e3da39bda013e7621828a Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 8 Jan 2017 02:51:02 +0100 Subject: [PATCH] Equalize packed ice and ice dig times --- mods/default/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index e71f6f830..4d2664d1c 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -1979,7 +1979,7 @@ minetest.register_node("default:packed_ice", { paramtype = "light", use_texture_alpha = true, stack_max = 64, - groups = {cracky=2}, + groups = {cracky=3,oddly_breakable_by_hand=2}, drop = "", sounds = default.node_sound_glass_defaults(), })