Fixed Filter Data Card Issues #2423, #2370, #2355, and #2330. #2438
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#2423, #2370, #2355, and #2330
When a Filter Data Card determined if an item could be allowed/disallowed, it considered quantity rather than ignoring it.
For example, in Allow Mode, if I placed one cobblestone in the Filter Data Card, I could then place one singular cobblestone block in the chest and it would transfer. However, if I were to place more than just one cobblestone block, the filter does not recognize the stack of cobblestone in the chest as matching the one singular cobblestone block in the Data Card.
And when the Filter Data Card is on ignore mode and only one singular cobblestone block is in the filter, any cobblestone more than one singular block will be transferred anyways.
Let me know if you have any questions!