Quick Wagon Filter

by Sytha

This mod offers an intuitive interface for effortlessly selecting and applying inventory filters to individual wagons or entire trains

Utilities
4 months ago
1.1
139
Trains Storage

Changelog

Version: 0.1.1
Date: 27. 12. 2023
  Bugfixes:
    - Fixed a bug where attempting to change the filter on a moving train would lead to a game crash.
      This issue was related to the usage of `get_output_inventory` during the movement of the train.
      The fix involved switching to a more reliable method, `get_inventory(defines.inventory.cargo_wagon)`.
      (Thanks https://github.com/VortiK for the report)
Version: 0.1.0
Date: 27. 12. 2023
  Contributions:
    - Initial release