Add less than option for sensor cards with counting filter.
Renari opened this issue ยท 3 comments
Describe the feature you'd like to have added
Currently a sensor card will emit a redstone signal if the requested item/fluid is greater than the amount in the counting card.
Equals support is implemented by using exact mode, this means we have support for:
amount >
amount =
However we do not have support for outputting a signal when the amount is lower than a specific value.
My suggestion is to change the exact mode button:
To instead be a greater than, less than or equal to button.
Greater than would mimic the old functionality with exact mode off, equal to mimics the old functionality with exact mode on, and less than would be new functionality.
Additional information
No response
+1 for this. Having a nightmare trying to use LaserIO to put just one block of stone at a time into a Blood Magic altar.
Would also like a way to filter count on zero items. Like send a redstone signal if the inventory is empty so I can initiate an extract of items from another inventory (drawer into chest that get processed). For now I will have to find another detection system.