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'}, } })