[1.0.0]Missing instruction tooltip in quickbar for selection tool
Posted: Mon Sep 21, 2020 8:38 am
Having a selection tool with the "mod-openable" flag in your quickbar doesn't show the "Right-click" to open tooltip (like the deconstruction planner)
It shows up in the inventory though:
Item definition:
It shows up in the inventory though:
Item definition:
Code: Select all
{
type = "selection-tool",
name = "module-inserter",
icon = "__ModuleInserter__/graphics/module-inserter-icon.png",
icon_size = 32,
icon_mipmaps = 0,
flags = {"hidden", "not-stackable", "mod-openable"},
stack_size = 1,
selection_color = { r = 0, g = 1, b = 0 },
alt_selection_color = { r = 0, g = 0, b = 1 },
selection_mode = {"same-force", "deconstruct"},
alt_selection_mode = {"same-force", "any-entity"},
selection_cursor_box_type = "copy",
alt_selection_cursor_box_type = "copy",
entity_type_filters = {"mining-drill", "furnace", "assembling-machine", "lab", "beacon", "rocket-silo", "item-request-proxy"},
entity_filter_mode = "whitelist",
alt_entity_filters = {"item-request-proxy"},
alt_entity_filter_mode = "whitelist",
}