[0.13]mod migration - "No covariant prototype to load"
Posted: Sun Jul 03, 2016 4:24 pm
I tried to migrate one of my mods 0.12 to 0.13. But I have a problem. The following error message appears when loading a saved game 0.12:
"No covariant prototype to load medium-basic-transportation-belt-to-ground, did what saved as type transport-belt-to-ground, but is now underground-belt"
what I did: I changed the type of an entity from
type = "transport-belt-to-ground"
to
type = "underground-belt"
because there the type transport-belt-to-ground was changed. This creates I think the error message. What can i do now?
"No covariant prototype to load medium-basic-transportation-belt-to-ground, did what saved as type transport-belt-to-ground, but is now underground-belt"
what I did: I changed the type of an entity from
type = "transport-belt-to-ground"
to
type = "underground-belt"
because there the type transport-belt-to-ground was changed. This creates I think the error message. What can i do now?