local cfg1 = require("config.config-1")



data:extend
{
{
-- This allows loading the selection-tool type item when mods are removed
type = "selection-tool",
name = cfg1.AC_sel_tool_name,
-- icon = "__base__/graphics/icons/blueprint.png",
-- icon_size = 64, icon_mipmaps = 4,
icons = {
{ icon = "__base__/graphics/icons/upgrade-planner.png", icon_size = 64, icon_mipmaps = 4 },
{ icon = "__base__/graphics/icons/linked-chest-icon.png", icon_size = 64, icon_mipmaps = 4 },
},
flags = {"hidden", "not-stackable", "only-in-cursor", "spawnable"},
subgroup = "other",
order = "x[info]-l[linked-chest]",
stack_size = 1,
selection_color = { r = 0, g = 1, b = 0 },
alt_selection_color = { r = 1, g = 1, b = 0 },
selection_mode = {"buildable-type", "same-force"},
alt_selection_mode = {"buildable-type", "same-force"},
selection_cursor_box_type = "entity",
alt_selection_cursor_box_type = "entity",
entity_filters = cfg1.AC_name_table(),
-- entity_type_filters = {cfg1.AC_type},
--tile_filters = {"concrete", "stone-path"},
--entity_filter_mode = "whitelist",
--tile_filter_mode = "whitelist",
alt_entity_filters = cfg1.AC_name_table(),
-- alt_entity_type_filters = {cfg1.AC_type},
--alt_tile_filters = {"concrete", "stone-path"},
--alt_entity_filter_mode = "whitelist",
--alt_tile_filter_mode = "whitelist",
show_in_library = false
},
}