My mod keeps an internal list of every factory that is spawned, and somehow something else got into that list (since all my factories are crafting-machines), and I'm honestly not sure how.
The main place in my code that things gets added to the list requires the entity having one of the names: "wsf-big-furnace", "wsf-big-assembly", "wsf-big-assembly-old", "wsf-big-refinery", "wsf-big-chemplant", which are all prototypes I define and would cause an error earlier if someone else tried to define another prototype with that name.
Can I ask, have that save been exposed to earlier version of my mod? Maybe I had a bug in an earlier version that added something to the list that wasn't suppose to be there? Or is that an error you can get using ONLY the latest version v0.1.4?
The other place I add things to the list is my update code, and maybe something went wrong there. Does this error happen every time you load this scenario? Is the scenario something can share with me?