From 0daca69efa9613314c0049e73f7cefcd422899d4 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sat, 21 Mar 2015 23:15:16 +0100 Subject: [PATCH] Re-add vines:shears MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because it’s the only way for take « vines:vines », description changed for « Shears for Vines » and changed the recipe for more flexibility (group:*) --- mods/plantlife_modpack/vines/recipes.lua | 4 ++-- mods/plantlife_modpack/vines/shear.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/plantlife_modpack/vines/recipes.lua b/mods/plantlife_modpack/vines/recipes.lua index d2b928a9..16c53113 100755 --- a/mods/plantlife_modpack/vines/recipes.lua +++ b/mods/plantlife_modpack/vines/recipes.lua @@ -6,7 +6,7 @@ vines.recipes['rope_block'] = { 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/mods/plantlife_modpack/vines/shear.lua b/mods/plantlife_modpack/vines/shear.lua index bc54d8f9..24104217 100755 --- a/mods/plantlife_modpack/vines/shear.lua +++ b/mods/plantlife_modpack/vines/shear.lua @@ -1,5 +1,5 @@ ---[[minetest.register_tool("vines:shears", { - description = "Shears", +[[minetest.register_tool("vines:shears", { + description = "Shears for Vines", inventory_image = "vines_shears.png", wield_image = "vines_shears.png", stack_max = 1,