Factorio’s latest update as of April 11, 2024, brings significant improvements to modding, scripting, and bug fixes.
The update adds a new “mods” field for simulation definitions, giving modders more control and flexibility over their simulations for custom gameplay.
Factorio has disabled most of the Lua “debug” library in their scripting due to security concerns, in order to maintain the integrity and safety of the game environment.
Below you can find the patch notes:
Factorio Version 1.1.107 Patch Notes
Modding
- Added an optional “mods” to simulation definitions.
Scripting
- Disabled the majority of the lua “debug” library due to security issues.
Bugfixes
- Fixed LuaEntity::set_request_slot would not accept count of 0. (110676)
- Fixed first tutorial level advancing to a wrong story step after drill is set in quickbar. (109315)
- Fixed mods sorting order by last highlighted and by last updated. (106420)