I'm getting the following error on startup:
7.000 Mods to disable:Failed to load mods: __alt-mode-for-1x1-loaders__/data.lua:1: attempt to index field 'container' (a nil value)
stack traceback:
__alt-mode-for-1x1-loaders__/data.lua:1: in main chunk
This is because it is loading before base. Any mod that uses base-mod prototypes should add a dependency on base (which is basically every single mod in existence).