From b261c98d66361c0b1b955dae2bb5f36b49cb2b80 Mon Sep 17 00:00:00 2001
From: tchncs <tchncs@vivaldi.net>
Date: Sat, 7 May 2016 16:19:09 +0200
Subject: [PATCH] allow workbench to cut wool

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

diff --git a/workbench.lua b/workbench.lua
index 67daacd..43bd30f 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
-- 
GitLab