A recent update to Cerys accidentally applied a number to the shared_probability field, and because the game did not crash on seeing this field, the update was pushed to the portal. This seems like an error that the game would be capable of catching on load to stop errors like these from being made in the future.
https://mods.factorio.com/mod/Cerys-Moo ... 3de1cc37a5
https://github.com/danielmartin0/Cerys- ... ap.lua#L81
[2.1.14] Assigning number to shared probability does not cause a crash on load.
-
MeteorSwarm
- Inserter

- Posts: 41
- Joined: Thu Sep 25, 2025 10:49 pm
- Contact:
Re: [2.1.14] Assigning number to shared probability does not cause a crash on load.
Ok, for 2.1.15 i made shared_probability to throw error when it is given a non-table.
