mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-19 16:40:38 +01:00
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({
|
||||
output = "homedecor:analog_clock_plastic 2",
|
||||
recipe = {
|
||||
|
Loading…
Reference in New Issue
Block a user