1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-04-24 06:33:18 +02:00

Multiple things

- Fixed changelog (again)
- Added integration for Informatron
- Moved some capitalisation around
- Added mode=none check for performance
This commit is contained in:
Wyrrrd
2020-03-05 18:34:55 +01:00
parent aed3caddda
commit 8ce0cbbf8e
13 changed files with 113 additions and 37 deletions
+18 -5
View File
@@ -2,12 +2,25 @@
Autofilter=Automatically set inserter filters based on adjacent inventory.
[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.
autofilter_mode=Change if inserter filters should be set from inventory items, inventory filter or not at all.
[string-mod-setting]
Autofilter_Mode-content=Content
Autofilter_Mode-filter=Filter
Autofilter_Mode-none=None
autofilter_mode-contents=Contents
autofilter_mode-filter=Filter
autofilter_mode-none=None
[Autofilter]
menu_autofilter=Autofilter
title_autofilter=Autofilter
page_autofilter_text=Automatically set inserter filters based on adjacent inventory. This can be changed on the fly in mod settings.
menu_mode=Modus
title_mode=Autofilter 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.