1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-04-24 14:38:33 +02:00
- Added option to read belt at pickup position
- Added option to leave out filter candidates if they cannot enter inventory at drop position
- Changed modus setting format to allow for more customization
- Added deduplication to filter candidates (needed for belt transport lines)
- Removed integrations for Informatron, Factorio Wiki Mod and Booktorio (feels like bloat)
This commit is contained in:
Wyrrrd
2021-04-16 20:23:04 +02:00
parent 461a88e6bd
commit ef61bd94dd
19 changed files with 193 additions and 244 deletions
+3 -22
View File
@@ -1,27 +1,8 @@
[mod-description]
Autofilter=Automatically set inserter filters based on adjacent inventory.
Autofilter=Automatically set inserter filters based on adjacent inventory/belt.
[mod-setting-name]
autofilter_mode=Autofilter Mode
autofilter_mode=Autofilter mode
[mod-setting-description]
autofilter_mode=Change if inserter filters should be set from inventory items, inventory filter or not at all.
[string-mod-setting]
autofilter_mode-contents=Contents
autofilter_mode-filter=Filter
autofilter_mode-none=None
[Autofilter]
menu_autofilter=Autofilter
title_autofilter=Autofilter
[info]
page_autofilter_text=This mod causes inserter filters to be set automatically on manual placement, based on the adjacent inventory. The modus, which specifies the items used for the filter, can be changed on the fly in player mod settings.
page_modes_heading=Modus
page_contents_heading=Contents
page_contents_text=When using contents mode, the filter of manually placed filter inserters is set to the items in an inventory (chest, waggon, etc.) at the pickup point. Naturally, the filter can only be set to as many items as there are filter slots in the inserter.
page_filter_heading=Filter
page_filter_text=When using filter mode, the filter of manually placed filter inserters is set to the filtered slots of an inventory (chest, waggon, etc.) at the pickup point. It is irrelevant, if the inventory is partially or completely filtered.
page_none_heading=None
page_none_text=When disabling the mode, manual placement of filter inserters works as usual. The inserter filter is not set automatically.
autofilter_mode=Configure the priority of reading sources (contents = inventory contents, filter = inventory filter, belt = belt contents, check = check for insertability at drop position).