update recipies to contain groups instead of concrete items: wardrobe, filing_cabinet, desk, table, woodglass, fakegrass

This commit is contained in:
Peter Nerlich
2020-12-02 00:32:16 +01:00
parent 99d5d96113
commit af808c7586
4 changed files with 12 additions and 12 deletions

View File

@ -76,7 +76,7 @@ homedecor.register("wall_shelf", {
minetest.register_craft({
output = "homedecor:table",
recipe = {
{ "default:wood","default:wood", "default:wood" },
{ "group:wood","group:wood", "group:wood" },
{ "group:stick", "", "group:stick" },
},
})