Factorio: Add optional filtering for item sends displayed in-game (#1142)

* Factorio: Added feature to filter item sends displayed in-game.

* Factorio: Document item send filter feature.

* Factorio: Fix item send filter for item links.

* (Removed superfluous type annotations.)

* CommonClient: Added is_uninteresting_item_send helper.
This commit is contained in:
recklesscoder
2022-10-28 00:07:57 +02:00
committed by GitHub
parent aeb78eaa10
commit 924f484be0
6 changed files with 50 additions and 2 deletions

View File

@@ -99,6 +99,8 @@ factorio_options:
executable: "factorio/bin/x64/factorio"
# by default, no settings are loaded if this file does not exist. If this file does exist, then it will be used.
# server_settings: "factorio\\data\\server-settings.json"
# Whether to filter item send messages displayed in-game to only those that involve you.
filter_item_sends: false
minecraft_options:
forge_directory: "Minecraft Forge server"
max_heap_size: "2G"