forked from mtcontrib/locks
changed receipe for key to avoid conflict with technic
This commit is contained in:
parent
d6f9a675a1
commit
d8f58c7aef
4
init.lua
4
init.lua
|
@ -24,6 +24,7 @@
|
||||||
-- Version 1.1
|
-- Version 1.1
|
||||||
|
|
||||||
-- Changelog:
|
-- 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)
|
-- 10.07.2013 * removed a potential bug (now uses string:gmatch)
|
||||||
-- * added shared locked furnaces
|
-- * added shared locked furnaces
|
||||||
|
|
||||||
|
@ -533,9 +534,8 @@ minetest.register_craftitem("locks:key", {
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "locks:key",
|
output = "locks:key",
|
||||||
recipe = {
|
recipe = {
|
||||||
{'', 'default:steel_ingot',''},
|
|
||||||
{'', 'default:stick', ''},
|
{'', 'default:stick', ''},
|
||||||
{'', '', ''},
|
{'', 'default:steel_ingot',''},
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user