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

Post your bugs and problems so we can fix them.
Xorimuth
Filter Inserter
Filter Inserter
Posts: 691
Joined: Sat Mar 02, 2019 9:39 pm
Contact:

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

Post 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.
My mods
Content: Lunar Landings | Freight Forwarding | Spidertron Patrols | Spidertron Enhancements | Power Overload
QoL: Factory Search | Module Inserter Simplified | Wire Shortcuts X | Ghost Warnings
Post Reply

Return to “Bug Reports”