From 455d9e26692381ffa21c7a145db5fba473db3d08 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 28 Aug 2020 15:09:31 +0200 Subject: [PATCH] Can dig calender instantly --- node.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.lua b/node.lua index faeb4d6..5e4eb88 100644 --- a/node.lua +++ b/node.lua @@ -10,7 +10,7 @@ minetest.register_node("calendar:calendar", { paramtype2 = "wallmounted", is_ground_content = false, walkable = false, - groups = { dig_immediate = 2, attached_node = 1, }, + groups = { dig_immediate = 3, attached_node = 1, }, selection_box = { type = "wallmounted", },