Describe the bug
Game won't load because the mod combination creates a circular dependency.
How to reproduce
Load a game with the specified mods
See circular dependency error
Mod list
AAI Industry 0.5.10
Dectorio 0.12.5
Industrial Revolution 2.3.2
Additional context
It happens because AAI Industry depends on IR2, IR2 depends on Dectorio, and Dectorio depends on AAI Industry.
You could consider dropping AAI Industry as a dependency and move the relevant code to data-final-fixes since it's only a single recipe change. For broader compability, the change doesn't have to be tied to AAI Industry - you could always copy the concrete recipe if it's supposed to match concrete.
Describe the bug Game won't load because the mod combination creates a circular dependency.
How to reproduce
Mod list AAI Industry 0.5.10 Dectorio 0.12.5 Industrial Revolution 2.3.2
Additional context It happens because AAI Industry depends on IR2, IR2 depends on Dectorio, and Dectorio depends on AAI Industry.
You could consider dropping AAI Industry as a dependency and move the relevant code to data-final-fixes since it's only a single recipe change. For broader compability, the change doesn't have to be tied to AAI Industry - you could always copy the concrete recipe if it's supposed to match concrete.