mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-08-02 19:50:17 +02:00
update recipies to contain groups instead of concrete items: wardrobe, filing_cabinet, desk, table, woodglass, fakegrass
This commit is contained in:
@ -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" },
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user