25 lines
850 B
Lua

local path = logistica.MODPATH .. "/logic"
-- once again, order is important
dofile(path.."/groups.lua")
dofile(path.."/network_cache.lua")
dofile(path.."/network_logic.lua")
dofile(path.."/network_storage.lua")
dofile(path.."/controller.lua")
dofile(path.."/mass_storage.lua")
dofile(path.."/supplier.lua")
dofile(path.."/requester.lua")
dofile(path.."/injector.lua")
dofile(path.."/item_storage.lua")
dofile(path.."/access_point.lua")
dofile(path.."/access_point_formspec.lua")
dofile(path.."/lava_furnace_guide_formspec.lua")
dofile(path.."/trashcan.lua")
dofile(path.."/vaccuum_chest.lua")
dofile(path.."/autocrafting_logic.lua")
dofile(path.."/crafting_supplier.lua")
dofile(path.."/synchronizer.lua")
dofile(path.."/reservoir.lua")
dofile(path.."/lava_furnace_fueler.lua")
dofile(path.."/bucket_filler.lua")
dofile(path.."/bucket_emptier.lua")