[BUG] Cycle in technology tree when Krastorio 2 is installed and technology overhaul is enabled in Angels Industries #995
Labels
Angels Industries (Technology mode)
industries related with the technology overhaul
Impact: Bug
Something could be wrong
Impact: Mod compatibility
Mainly involves 3rd party mods
Describe the bug
There is a cycle in the technology tree when Krastorio 2 is installed and the technology overhaul is enabled in Angel's Industries.
To Reproduce
Information to reproduce the behavior:
Screenshots
Additional context
I believe the root of the problem lies here, https://github.com/Arch666Angel/mods/blob/master/angelsindustries/prototypes/overrides/industries-override-functions.lua#L132-L143, because "kr-automation-core" matches the condition here it has
datacore-processing-1
injected as a data core requirement, which causes a cascade of problems due to other prereqs.Not sure if an appropriate fix, but I was able to solve the issue locally by adding this to global-tech-data.lua
The text was updated successfully, but these errors were encountered: