You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make saved plans survive changes to the game's mods and data instead of silently breaking.
When mods are updated, enabled, disabled, or removed, the imported data dump no longer matches the game, and saved blocks can reference recipes or items that changed or disappeared. This epic covers detecting that drift, guiding the re-dump, auto-applying prototype renames, and degrading gracefully for anything that cannot be auto-resolved.
Suggested order (safety first, then foundation, then the build-up):
Make saved plans survive changes to the game's mods and data instead of silently breaking.
When mods are updated, enabled, disabled, or removed, the imported data dump no longer matches the game, and saved blocks can reference recipes or items that changed or disappeared. This epic covers detecting that drift, guiding the re-dump, auto-applying prototype renames, and degrading gracefully for anything that cannot be auto-resolved.
Suggested order (safety first, then foundation, then the build-up):
Tracked as the sub-issues below.