bad modpath check (leftover from The Big Split); fixes #12

also added optdepend on kitchen stuff (for the recipe)
This commit is contained in:
Vanessa Dannenberg 2019-05-04 13:02:46 -04:00
parent 854e96d4c0
commit 32fc5dc49b
2 changed files with 2 additions and 1 deletions

View File

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

View File

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