Default: Craft locked chest from chest plus steel ingot
authortenplus1 <tenplus1@users.noreply.github.com>
Sun, 22 May 2016 09:31:21 +0000 (10:31 +0100)
committerparamat <mat.gregory@virginmedia.com>
Mon, 27 Jun 2016 04:30:20 +0000 (05:30 +0100)
mods/default/crafting.lua

index 0f10e7f9f771d630c1c45f10e37df67b3c3848de..11cdab763d8ccc011788431b42de63149d42f86f 100644 (file)
@@ -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 = {