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

add space heater

rename fans.lua -> climate-control.lua and move air conditioner into it
along with the new heater.
This commit is contained in:
Vanessa Ezekowitz
2014-07-18 10:22:44 -04:00
parent 9e6e26e1ed
commit 269db07a00
8 changed files with 69 additions and 26 deletions

View File

@ -99,7 +99,7 @@ dofile(homedecor.modpath.."/furniture.lua")
dofile(homedecor.modpath.."/furniture_medieval.lua")
dofile(homedecor.modpath.."/furniture_bathroom.lua")
dofile(homedecor.modpath.."/furniture_recipes.lua")
dofile(homedecor.modpath.."/fans.lua")
dofile(homedecor.modpath.."/climate-control.lua")
dofile(homedecor.modpath.."/locked.lua")