branchrust_reboot/main/industrial/inversecancel

8 Commits over 31 Days - 0.01cph!

1 Year Ago
Refactored conveyor filter variables: Added a new field called Buffer that acts like the old Minimum system (transfer blocks of X items) Minimum field will now transfer everything over the given value in the input container (eg. a minimum of 10 wood will transfer all wood until there is 10 left and then stop) In a case where the Buffer and Minimum fields are both used, you will need the combination of both values to start a transfer (eg. a minimum of 10 and a buffer of 15 will need 25 before trhe transfer will begin)
1 Year Ago
Turning on "Require All" filter mode now disables the min/max filter fields Bug fixes
1 Year Ago
Merge from industrial
1 Year Ago
Added UI to expose new filter options
1 Year Ago
Merge from industrial
1 Year Ago
Reworked inverse mode into a new conveyor mode option: Or: Current behaviour, transfers start if any item filters pass And: Transfers start once all item filters pass Not: Only items not in the filter are transferred
1 Year Ago
Merge from industrial
1 Year Ago
Initial support for an inverse mode for conveyor filters, uses the filter list as a list of items to ignore and accept everything else Doesn't have support for min and max filter options Harcoded on right now, needs some UI work