When creating an inserter with 100 filter slots I get this error:
"Maximum count of filtered items in inserter = 100".
The real maximum (found through trial and error) is 5.
[0.12.30] Incorrect error message
[0.12.29] Inserter max filter_count error message incorrect
Merged with existing bug report --daniel34
Minor issue. In a Lua script, when a programmable inserter's filter_count is set to a value greater than 5 (say, 10), Factorio produces an error message of the following form:
The bug is that it should always say that the maximum number is 5 (since it is 5), but instead says that the maximum number is whatever value you set (which of course isn't right, and is mildly confusing).
Minor issue. In a Lua script, when a programmable inserter's filter_count is set to a value greater than 5 (say, 10), Factorio produces an error message of the following form:
The bug is that it should always say that the maximum number is 5 (since it is 5), but instead says that the maximum number is whatever value you set (which of course isn't right, and is mildly confusing).
Last edited by JasonC on Fri Apr 22, 2016 7:37 pm, edited 1 time in total.
Took a break from 0.12.29 to 0.17.79, and then to ... oh god now it's 1.something. I never know what's happening.
Re: 0.12.30 Incorrect error message
Thanks for the report,
It should just show the maximum as 5, not the value you set
It should just show the maximum as 5, not the value you set
Re: [0.12.30] Incorrect error message
Fixed for the next release.