From: tenplus1 Date: Sun, 22 May 2016 09:31:21 +0000 (+0100) Subject: Default: Craft locked chest from chest plus steel ingot X-Git-Tag: 0.4.15~164 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=be918d2d98b5af15f0d99b271e1e29e5c53fac2c;p=oweals%2Fminetest_game.git Default: Craft locked chest from chest plus steel ingot --- diff --git a/mods/default/crafting.lua b/mods/default/crafting.lua index 0f10e7f9..11cdab76 100644 --- a/mods/default/crafting.lua +++ b/mods/default/crafting.lua @@ -365,6 +365,12 @@ minetest.register_craft({ } }) +minetest.register_craft( { + type = "shapeless", + output = "default:chest_locked", + recipe = {"default:chest", "default:steel_ingot"}, +}) + minetest.register_craft({ output = 'default:furnace', recipe = {