1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-04-24 06:33:18 +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
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "Autofilter",
"version": "1.1.0",
"version": "1.1.1",
"title": "Autofilter",
"author": "Wyrrrd",
"dependencies": [
@@ -10,6 +10,6 @@
"? informatron >= 0.1.5",
"? wiki >= 0.18.01"
],
"description": "Automatically set inserter filters based on adjacent inventory.",
"description": "Automatically set inserter filters based on adjacent inventory/belt.",
"factorio_version": "1.1"
}