12 lines
358 B
Lua
Raw Normal View History

2018-12-23 22:01:33 +03:00
local modpath = minetest.get_modpath("luxury_decor")
dofile(modpath.."/bedroom.lua")
2018-12-23 22:01:33 +03:00
dofile(modpath.."/chairs.lua")
dofile(modpath.."/tables.lua")
dofile(modpath.."/kitchen_furniture.lua")
dofile(modpath.."/lighting.lua")
dofile(modpath.."/music.lua")
dofile(modpath.."/redecorating.lua")
dofile(modpath.."/shelves.lua")
dofile(modpath.."/living_room.lua")