From 94e7309dd0d07eb0315987201518539b9bf63301 Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Mon, 24 Feb 2020 19:09:55 +0100 Subject: [PATCH] Update README.md Matched with mod portal description --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7653772..1ddf0ee 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # Autofilter -Description: +### Description - When you place a filter inserter, it reads either the inventory contents or inventory filters on the pickup side and sets its filter to those items. - Fills the inserter's filter only until it is full (of course). +- Sets the inserter's filter only if there is no filter already set (for example from a replaced preconfigured ghost). - 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 +- Should work with most modded filter inserters. \ No newline at end of file