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

add decorative electrical outlet and light switch

This commit is contained in:
Vanessa Ezekowitz
2014-06-25 23:08:20 -04:00
parent 1eb649ae51
commit a7fdbe320c
8 changed files with 50 additions and 0 deletions

View File

@ -78,6 +78,8 @@ dofile(homedecor.modpath.."/laundry.lua")
dofile(homedecor.modpath.."/furnaces.lua")
dofile(homedecor.modpath.."/nightstands.lua")
dofile(homedecor.modpath.."/clocks.lua")
dofile(homedecor.modpath.."/misc-electrical.lua")
dofile(homedecor.modpath.."/paintings.lua")
dofile(homedecor.modpath.."/crafts.lua")