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