diff --git a/homedecor/crafts.lua b/homedecor/crafts.lua index f7c83cda..1d416b4a 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 = {