From 517187b234fa4f403828f2b9b43ea29509b51c4f Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Fri, 20 Mar 2015 18:18:55 +0000 Subject: [PATCH] group:stick used for shears --- sheep.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheep.lua b/sheep.lua index e658217..480af62 100644 --- a/sheep.lua +++ b/sheep.lua @@ -111,6 +111,6 @@ minetest.register_craft({ output = 'mobs:shears', recipe = { {'', 'default:steel_ingot', ''}, - {'', 'default:stick', 'default:steel_ingot'}, + {'', 'group:stick', 'default:steel_ingot'}, } })