judos / beltSorter

A factorio mod which provides a sorting chest that can distribute items really fast
5 stars 15 forks source link

belt-sorter-everythingelse should be hidden :) #10

Closed Nexela closed 8 years ago

Nexela commented 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"}
    }
})