McGuten / Factorio5DimMods

5Dim's mods repository
MIT License
13 stars 13 forks source link

Disable migration of long inserters #74

Open Zevell opened 9 months ago

Zevell commented 9 months ago

What

Removed the migration of long inserters into fast inserters found in this migration JSON file.

Why

Because the migration affects all blueprints and changes all items within the blueprints into their replacements, it messes with blueprints too much because there are no upgraded versions of the long inserters specifically, with the default longer pickup and insert positions.

If this migration is left in, it will "break" a lot of blueprints, as there is no swap-in replacement for the long inserter, due to the reasons mentioned above.

Break?

Blueprints will no longer function as expected, as the pickup and insert positions of the mk3 inserter (the long inserter's replacement) are different from the long inserter.

Possible future solutions