Display amount/unit on logistics filter entries with only 1 unit
Shados opened this issue ยท 2 comments
Describe the feature
Currently, the amount (and potentially the unit) for a given logistics filter entry is only shown if that entry is configured for >1 units. It would be better if they displayed the amount/unit even when configured for only 1 unit.
Reasons why it should be considered
The majority of minecraft logistics mods that support some kind of "filtering" functionality work on the basis of moving as many matching items as they can, rather than on the basis of fulfilling a request for a specific number of items as Factorio and PNC do.
When adding an item or fluid to a PNC logistics filter, it initially creates the filter entry with only 1 unit on it, meaning it does not render the amount/unit, and I've seen this mislead users (who are familiar with other mods) into believing that the filters are acting on the same "move as many matching as possible" basis as other mods do. By ensuring the amount/unit displays even for those newly-created entries, it would provide a visual cue that PNC logistics does not work that way, and thus provide a small improvement to the user experience.