Page 1 of 1

[boskid] [2.0.11] Mod selection tool selecting tile-ghosts when not wanted

Posted: Mon Oct 28, 2024 12:55 am
by Xorimuth
In Module Inserter Simplified 2.1.0 I have the following selection tool:

Code: Select all

  select = {
    border_color = { r = 0, g = 1, b = 0 },
    cursor_box_type = "copy",  -- Green
    mode = {"same-force", "any-entity"},
    entity_type_filters = {"mining-drill", "furnace", "assembling-machine", "lab", "beacon", "rocket-silo"},
  },
This selection tool is additionally selecting tile-ghost entities in `event.entities` even though they aren't visually selected. I don't believe they should be selected at all based on the filters I have set above.