add recipe for filing cabinet

This commit is contained in:
Vanessa Ezekowitz 2014-08-01 19:51:33 -04:00
parent 41e518282f
commit 07f9f31e43
1 changed files with 9 additions and 0 deletions

View File

@ -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 = {