diff --git a/src/workbench.lua b/src/workbench.lua
index 46f16b1a3f672a8016e548da1573226e9beb391d..fd953d3a6faf931b58a920f74a9508cbed04255a 100644
--- a/src/workbench.lua
+++ b/src/workbench.lua
@@ -17,7 +17,7 @@ for node, def in pairs(registered_nodes) do
 	   not def.allow_metadata_inventory_take and
 	   not (def.groups.not_in_creative_inventory == 1) and
 	   not (def.groups.not_cuttable == 1) and
-	   not def.groups.wool and
+	   --not def.groups.wool and
 	   (def.tiles and type(def.tiles[1]) == "string" and not
 		def.tiles[1]:find("default_mineral")) and
 	   not def.mesecons and