Filter Helper


Adds context aware quick select for filter inserters.

Utilities
2 months ago
1.1 - 2.0
7.73K

g [Fixed] Crash with infinity-container

1 year, 9 months ago

Entity infinity-container can't call get_filter but has filter_slot_count > 0, so need to skip get_active_items() if entity == "infinity-container". Confirmed that this fixes the crash:
if entity.filter_slot_count > 0 and entity.type ~= "infinity-container"

Repo: spawn infinity container in editor, place it. Open in non-editor mode.

1 year, 5 months ago

Fixed in 0.1.8

New response