mirror of
https://github.com/Wyrrrd/Autofilter.git
synced 2026-03-27 08:50:36 +01:00
A lot
- 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:
@@ -2,9 +2,8 @@ data:extend({
|
||||
{
|
||||
type = "string-setting",
|
||||
name = "autofilter_mode",
|
||||
default_value = "contents",
|
||||
allowed_values = {"contents","filter","none"},
|
||||
default_value = "contents belt",
|
||||
setting_type = "runtime-per-user",
|
||||
order = "a",
|
||||
order = "autofilter",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user