From d239deccff18b695f3c36dfc3377762cc855fcc0 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 22 May 2016 10:31:21 +0100 Subject: [PATCH] merge upstream commit: Default: Craft locked chest from chest plus steel ingot --- mods/default/crafting.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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 = {