From d8f58c7aef96e8d74d6e482e8e308cc0c37ff0cc Mon Sep 17 00:00:00 2001 From: Sokomine Date: Sat, 31 Aug 2013 02:38:34 +0200 Subject: [PATCH] changed receipe for key to avoid conflict with technic --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 46a837a..9cfb4eb 100644 --- a/init.lua +++ b/init.lua @@ -24,6 +24,7 @@ -- Version 1.1 -- Changelog: +-- 31.08.2013 * changed receipe for key to avoid crafting conflickt with screwdriver -- 10.07.2013 * removed a potential bug (now uses string:gmatch) -- * added shared locked furnaces @@ -533,9 +534,8 @@ minetest.register_craftitem("locks:key", { minetest.register_craft({ output = "locks:key", recipe = { - {'', 'default:steel_ingot',''}, {'', 'default:stick', ''}, - {'', '', ''}, + {'', 'default:steel_ingot',''}, } });