diff --git a/moreblocks.lua b/moreblocks.lua
index 9a11ed3f29176d65f5d83e0c1ce7bc27b042c914..8eea38ce8124d21abc46fe0b774c337aff16a44f 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")