Filter Helper


Adds context aware quick select for filter inserters.

Utilities
8 days ago
1.1 - 2.0
5.34K

g [Fixed] Crash with infinity-container

1 year, 4 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, 1 month ago

Fixed in 0.1.8

New response