mirror of
https://github.com/Wyrrrd/Autofilter.git
synced 2026-06-02 14:22:28 +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:
@@ -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
|
||||
---------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user