1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-14 03:40:21 +02:00

desk fans (YAHN)

uses new fan blades object for recipe
This commit is contained in:
Jordach
2014-07-18 14:01:00 +01:00
committed by Vanessa Ezekowitz
parent 6518120958
commit f73cfa1cf5
8 changed files with 113 additions and 3 deletions

View File

@ -99,7 +99,10 @@ 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.."/locked.lua")
print("[HomeDecor] "..S("Loaded!"))