Skip to content
Snippets Groups Projects
Commit 3f61b4cf authored by Milan's avatar Milan
Browse files

make homedecor:kitchen_cabinet_marble and homedecor:dishwasher_marble...

make homedecor:kitchen_cabinet_marble and homedecor:dishwasher_marble compatible with stairs:slab_Marble
parent 299a9fb9
No related branches found
No related tags found
No related merge requests found
minetest.register_craft( {
output = "homedecor:wardrobe",
recipe = {
minetest.register_craft({
output = "homedecor:kitchen_cabinet_marble",
recipe = {
{ "stairs:slab_Marble", "" },
{ "homedecor:kitchen_cabinet", "" },
{ "", "" }
},
})
minetest.register_craft({
output = "homedecor:dishwasher_marble",
recipe = {
{ "stairs:slab_Marble", "" },
{ "homedecor:dishwasher", "" },
{ "", "" }
},
})
minetest.register_craft({
output = "homedecor:wardrobe",
recipe = {
{ "homedecor:drawer_small", "homedecor:kitchen_cabinet" },
{ "homedecor:drawer_small", "group:wood" },
{ "homedecor:drawer_small", "group:wood" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment