Hello
When I converted my savegame every level 4 and level 5 loader were removed from my game.
I found this line commented at this package.
if mods["5dim_transport"] then
-- require("prototypes.loader-4")
-- require("prototypes.loader-5")
end
So I removed the comment and now everything looks fine.
What did I do wrong ?
Why were these lines commented out ?