diff --git a/recipes.lua b/recipes.lua index d2b928a..d64dcea 100644 --- a/recipes.lua +++ b/recipes.lua @@ -1,12 +1,12 @@ vines.recipes['rope_block'] = { - {'', 'default:wood', ''}, + {'', 'group:wood', ''}, {'', 'group:vines', ''}, {'', 'group:vines', ''} } vines.recipes['shears'] = { {'', 'default:steel_ingot', ''}, - {'default:stick', 'default:wood', 'default:steel_ingot'}, - {'', '', 'default:stick'} + {'group:stick', 'group:wood', 'default:steel_ingot'}, + {'', '', 'group:stick'} } diff --git a/shear.lua b/shear.lua index 2615335..b42a3e7 100644 --- a/shear.lua +++ b/shear.lua @@ -1,7 +1,7 @@ minetest.register_tool("vines:shears", { description = "Shears", inventory_image = "vines_shears.png", - wield_image = "shears.png", + wield_image = "vines_shears.png", stack_max = 1, max_drop_level=3, tool_capabilities = {