From be918d2d98b5af15f0d99b271e1e29e5c53fac2c Mon Sep 17 00:00:00 2001
From: tenplus1 <tenplus1@users.noreply.github.com>
Date: Sun, 22 May 2016 10:31:21 +0100
Subject: [PATCH] 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 0f10e7f..11cdab7 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 = {