forked from nalc/homedecor_modpack
add recipe for filing cabinet
This commit is contained in:
parent
41e518282f
commit
07f9f31e43
|
@ -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({
|
minetest.register_craft({
|
||||||
output = "homedecor:analog_clock_plastic 2",
|
output = "homedecor:analog_clock_plastic 2",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user