Compare commits

...

1 Commits

Author SHA1 Message Date
32fc5dc49b bad modpath check (leftover from The Big Split); fixes #12
also added optdepend on kitchen stuff (for the recipe)
2019-05-04 13:10:03 -04:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
homedecor_common
default
homedecor_kitchen?
homedecor_misc?
skinsdb?

View File

@ -1,4 +1,4 @@
modpath = minetest.get_modpath("homedecor")
modpath = minetest.get_modpath("homedecor_wardrobe")
screwdriver = screwdriver or {}