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:
@ -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")
|
||||
|
Reference in New Issue
Block a user