[Rseding91] [2.0.44] Items in assemblers fail to migrate when order of ingredients in a recipe changes
Posted: Thu Apr 10, 2025 11:04 am
1. Load the attached save file
2. Items are present in all slots of the assembler 3. Make a mod with the following code in data-updates.lua:
4. Load the same save file. Copper and steel are missing because their order in a recipe changed
2. Items are present in all slots of the assembler 3. Make a mod with the following code in data-updates.lua:
Code: Select all
data.raw.item["copper-plate"].order = "bb"