changed receipe for key to avoid conflict with technic

This commit is contained in:
Sokomine 2013-08-31 02:38:34 +02:00
parent d6f9a675a1
commit d8f58c7aef
1 changed files with 2 additions and 2 deletions

View File

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