From 66a7437c0970f7f5b318802449359c78b8c04f51 Mon Sep 17 00:00:00 2001 From: DonBatman Date: Tue, 17 May 2016 18:44:17 -0700 Subject: [PATCH] added groups to crafting fixed wield image --- recipes.lua | 6 +++--- shear.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = {