Closed Nexela closed 8 years ago
If the item is not hidden it shows up in the logistics tab under unsorted. I tested with the hidden flag and everything seems to work correctly.
-- Item data:extend({ { type = "item", name = "belt-sorter-everythingelse", order = "z[belt-sprter-everythingelse]", icon = "__beltSorter__/graphics/icons/belt-sorter-everythingelse.png", stack_size = 1, flags = {"goes-to-main-inventory", "hidden"} } })
If the item is not hidden it shows up in the logistics tab under unsorted. I tested with the hidden flag and everything seems to work correctly.