From 07f9f31e43d0aa8a99daf14bb29576328210c037 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 1 Aug 2014 19:51:33 -0400 Subject: [PATCH] add recipe for filing cabinet --- homedecor/crafts.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/homedecor/crafts.lua b/homedecor/crafts.lua index f7c83cd..1d416b4 100644 --- a/homedecor/crafts.lua +++ b/homedecor/crafts.lua @@ -1981,6 +1981,15 @@ minetest.register_craft({ }, }) +minetest.register_craft({ + output = "homedecor:filing_cabinet", + recipe = { + { "", "default:wood", "" }, + { "default:wood", "homedecor:drawer_small", "default:wood" }, + { "", "default:wood", "" }, + }, +}) + minetest.register_craft({ output = "homedecor:analog_clock_plastic 2", recipe = {