From acb96884770dec08390e3c2ebc1cab7026deb6a3 Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Sat, 22 Feb 2020 17:11:04 +0100 Subject: [PATCH] Update README.md Matched with mod portal desciption --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a73c8ad..38ffcef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # Autofilter ![mod thumbnail](https://raw.githubusercontent.com/Wyrrrd/Autofilter/master/thumbnail.png) -Description -- When you place a filter inserter, it reads either the inventory contents or inventory filters on the input side and sets it's filter to those items. -- Works only until the inserter filter is full (of course). -- The mode can be changed or disabled in player mod settings on the fly as needed. \ No newline at end of file +Description: +- When you place a filter inserter, it reads either the inventory contents or inventory filters on the pickup side and sets it's filter to those items. +- Fills the inserter's filter only until it is full (of course). +- The mode can be changed or disabled in player mod settings on the fly as needed. +- Should work with most modded filter inserters. + +Notes: +- Currently does not work if a mod moves the pickup location directly after placing the inserter (for example [Bob's Logistics](https://mods.factorio.com/mod/boblogistics)). +- Filter gets overwritten when the player places a filtered inserter on a ghost that already has a filter configured. Does not overwrite when placed with bots. \ No newline at end of file