- Fixed that LocalisedString didn't support fallback groups in some cases when parsed from Lua. (104297, 104303)
- Fixed a crash when a mod defines an entity that kills itself when created. (104331)
- Added CarPrototype::immune_to_cliff_impacts, true by default. If set to false - entity will take damage when it collides with cliff prototype entities.
- Added LuaPlayer::cursor_stack_temporary read/write.
- Added LuaPlayer::request_translations() for batching translation requests.