From dc224a641fb9f0b65c76b6788b436883277bd0dc Mon Sep 17 00:00:00 2001
From: Milan* <tchncs@vivaldi.net>
Date: Wed, 20 Sep 2017 18:24:41 +0200
Subject: [PATCH] moreblocks: update wool groups to match the original wool
 node

---
 moreblocks.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/moreblocks.lua b/moreblocks.lua
index 9a11ed3..8eea38c 100644
--- a/moreblocks.lua
+++ b/moreblocks.lua
@@ -63,7 +63,8 @@ for i = 1, 16 do
     stairsplus:register_all("moreblocks", "wool_"..name, "wool:"..name, {
         description = name.." Wool",
         tiles = {"wool_"..name..".png"},
-        groups = {oddly_breakabe_by_hand=1},
+        groups = {snappy = 2, choppy = 2, oddly_breakable_by_hand = 3,
+                flammable = 3, wool = 1},
         sounds = illuna.node_sound_wool(),
     })
     minetest.register_alias(name..":slab_block_1", "moreblocks:slab_wool_"..name.."_1")
-- 
GitLab