diff --git a/changelog.txt b/changelog.txt index 66940b6..a79ae60 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,12 @@ --------------------------------------------------------------------------------------------------- +Version: 0.18.6 +Date: 27. 2. 2020 + Changes: + - Updated retroactive downgrade to be on par with this version + + Bugfixes: + - Fixed empty filter check, so it checks all slots instead of just the first one +--------------------------------------------------------------------------------------------------- Version: 0.18.5 Date: 24. 2. 2020 Changes: @@ -46,7 +54,7 @@ Date: 22. 2. 2020 - Added player mod setting to control mod behaviour --------------------------------------------------------------------------------------------------- Version: 0.17.0 -Date: 24. 2. 2020 +Date: 27. 2. 2020 Info: - Retroactive downgrade --------------------------------------------------------------------------------------------------- \ No newline at end of file diff --git a/control.lua b/control.lua index c3544ef..3ad45b7 100644 --- a/control.lua +++ b/control.lua @@ -6,8 +6,8 @@ local function is_filter_empty(inserter) if inserter.get_filter(slot) then return false end - return true end + return true end local function get_items_by_content(inserter,inventory) diff --git a/info.json b/info.json index 9badbdd..fd0fadd 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "Autofilter", - "version": "0.18.5", + "version": "0.18.6", "title": "Autofilter", "author": "Wyrrrd", "dependencies": [