From 50d63e8e3c6377f9238088309d47fcbf78c5d4fc Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Mon, 24 Feb 2020 18:43:00 +0100 Subject: [PATCH] Added hidden dependency Fixes setting filter from wrong inventory when pickup location is rotated by Bob's Adjustable Inserters --- changelog.txt | 3 +++ info.json | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 20e081b..538c5d1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,9 @@ --------------------------------------------------------------------------------------------------- Version: 0.18.5 Date: 24. 2. 2020 + Changes: + - Added hidden dependency to Bob's Adjustable Inserters (fixes setting filter from wrong inventory when pickup location is rotated) + Locale: - Added translated mod description --------------------------------------------------------------------------------------------------- diff --git a/info.json b/info.json index 89bf7f6..9badbdd 100644 --- a/info.json +++ b/info.json @@ -3,7 +3,10 @@ "version": "0.18.5", "title": "Autofilter", "author": "Wyrrrd", - "dependencies": ["base >= 0.18.0"], + "dependencies": [ + "base >= 0.18.0", + "(?)bobinserters" + ], "description": "Automatically set inserter filters based on adjacent inventory.", "factorio_version": "0.18" } \ No newline at end of file