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

move kitchen related nodes into their associated files

This commit is contained in:
Tim
2015-01-23 22:48:40 +01:00
parent f9a59c1738
commit 4516aa960b
6 changed files with 379 additions and 373 deletions

View File

@ -110,6 +110,8 @@ end
dofile(homedecor.modpath.."/nodeboxes.lua")
-- expand and unexpand decor
dofile(homedecor.modpath.."/expansion.lua")
-- register nodes that cook stuff
dofile(homedecor.modpath.."/furnaces.lua")
-- glue it all together into a registration function
dofile(homedecor.modpath.."/registration_handler.lua")
@ -136,7 +138,6 @@ dofile(homedecor.modpath.."/bathroom_sanitation.lua")
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")