1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-04-18 11:04:52 +02:00

Added hidden dependency

Fixes setting filter from wrong inventory when pickup location is rotated by Bob's Adjustable Inserters
This commit is contained in:
Wyrrrd
2020-02-24 18:43:00 +01:00
parent d87491c622
commit 50d63e8e3c
2 changed files with 7 additions and 1 deletions

View File

@@ -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"
}