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

Added entity type check

Apparently event filters are not applied to mod-raised events
This commit is contained in:
Wyrrrd
2020-02-23 15:17:15 +01:00
parent 312cb20225
commit 5ed50dcfb3
3 changed files with 25 additions and 18 deletions

View File

@@ -1,12 +1,9 @@
{
"name": "Autofilter",
"version": "0.18.3",
"version": "0.18.4",
"title": "Autofilter",
"author": "Wyrrrd",
"dependencies": [
"base >= 0.18.0",
"!upgrade-planner-next"
],
"dependencies": ["base >= 0.18.0"],
"description": "Automatically set inserter filters based on adjacent inventory.",
"factorio_version": "0.18"
}