diff --git a/workbench.lua b/workbench.lua
index 67daacddeb39a117b8c96039190cf8a800f2b6ca..43bd30fcea3c034b973067342d658cb43639058a 100644
--- a/workbench.lua
+++ b/workbench.lua
@@ -13,7 +13,7 @@ for node, def in pairs(minetest.registered_nodes) do
 	   not def.on_blast and
 	   not def.allow_metadata_inventory_take and
 	   not (def.groups.not_in_creative_inventory == 1) and
-	   not def.groups.wool and
+	-- not def.groups.wool and
 	   not def.description:find("Ore") and
 	   def.description and
 	   def.description ~= "" and