From 14126fbdaaf8b988cf6c7e3a26255a25bdd5f851 Mon Sep 17 00:00:00 2001
From: Milan <tchncs@vivaldi.net>
Date: Fri, 12 Oct 2018 09:15:38 +0200
Subject: [PATCH] fix hotstone groups so it's possible to dig it again

---
 nodes.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nodes.lua b/nodes.lua
index 7f45082..98466ff 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -95,7 +95,7 @@ minetest.register_node("illuna:hotstone", {
     description = "Hot Stone",
     paramtype2 = "facedir",
     tiles = {"illuna_hotstone.png"},
-    groups = {choppy=2, igniter = 1},
+    groups = {cracky = 2, igniter = 1, stone = 1},
     light_source = 4,
     damage_per_second = 6,
     sounds = default.node_sound_stone_defaults(),
-- 
GitLab