Page 1 of 1

[Bilka] [2.1.7] Logistics group filters in Lua API have no way to report if they import from planet, platforms, or both

Posted: Wed Jun 24, 2026 3:06 pm
by rycieos
The Lua API for logistic group filters:
https://lua-api.factorio.com/latest/con ... ilter.html
Contains an `import_from` field, which contains the space location for the filter. But there is no field for read/writing the new in 2.1 radio button to select between "Planet", "Platforms", and "All".

Re: [2.1.7] Logistics group filters in Lua API have no way to report if they import from planet, platforms, or both

Posted: Wed Jun 24, 2026 3:08 pm
by Klonan
I think there is the `request_from`, it is just not documented? could you try it?

Re: [Bilka] [2.1.7] Logistics group filters in Lua API have no way to report if they import from planet, platforms, or b

Posted: Wed Jun 24, 2026 6:15 pm
by Bilka
Thanks for the report. I confirmed that the type has the "request_from" field of type RequestFromLocation, defaulting to "planet". Added it to the docs for the next release.