For Factorio version 1.0 Arch666Angel has combined his 3 mods:
- Angel's Addons - Smelting Train
- Angel's Addons - Crawler Train
- Angel's Addons - Petrochem Train
into 1 single mod called Angel's Addons - Mass Transit and marked the other mods as deprecated.
Nothing from the code has changed, but the compatibility scripts of Krastorio 2 are just looking for
if mods["angelsaddons-smeltingtrain"] then
if mods["angelsaddons-crawlertrain"] then
if mods["angelsaddons-petrotrain"] then
As far as I can tell the scripts would work just fine if an OR for mods["angelsaddons-mobility"] would be added.
I know that the development has stopped, so sorry about that, but it would be great if you could add this small fix if you are not too busy.