1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-19 06:00:19 +02:00

combine beds and nighstands into a bedroom category

This commit is contained in:
Tim
2015-08-16 18:00:34 +02:00
parent 2ff235d5f1
commit 382eba6860
3 changed files with 60 additions and 64 deletions

View File

@ -116,11 +116,12 @@ dofile(modpath.."/gastronomy.lua")
dofile(modpath.."/bathroom_furniture.lua")
dofile(modpath.."/bathroom_sanitation.lua")
dofile(modpath.."/bedroom.lua")
dofile(modpath.."/laundry.lua")
dofile(modpath.."/office.lua")
dofile(modpath.."/nightstands.lua")
dofile(modpath.."/clocks.lua")
dofile(modpath.."/electrics.lua")
@ -132,7 +133,6 @@ dofile(modpath.."/furniture_recipes.lua")
dofile(modpath.."/climate-control.lua")
dofile(modpath.."/cobweb.lua")
dofile(modpath.."/beds.lua")
dofile(modpath.."/books.lua")
dofile(modpath.."/exterior.lua")
dofile(modpath.."/trash_cans.lua")