Page 1 of 1

[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
by Osmo
1. Load the attached save file
2. Items are present in all slots of the assembler
изображение.png
изображение.png (20.28 KiB) Viewed 1062 times
3. Make a mod with the following code in data-updates.lua:

Code: Select all

data.raw.item["copper-plate"].order = "bb"
4. Load the same save file. Copper and steel are missing because their order in a recipe changed
изображение.png
изображение.png (26.21 KiB) Viewed 1062 times

Re: [Rseding91] [2.0.44] Items in assemblers fail to migrate when order of ingredients in a recipe changes

Posted: Thu Apr 10, 2025 11:52 am
by Rseding91
Thanks for the report. This is now fixed for the next release.