You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to have an exact count of items transferred. ex: if an item count of 3 is specified, then they should only move when exactly three identical items are available to move.
Filtering: if using aa filter containing multiple items, the specified number of items should still be identical, ex: if using a filter of forge:raw_ore and a count of 3, move 3 raw iron, or 3 copper, not 1 iron and two copper
Reason: Multiple mods have processes requiring exact counts of items to function and having more or less will cause the desired operation to falter. this would solve for this use case
The text was updated successfully, but these errors were encountered:
Feature Request:
Add the ability to have an exact count of items transferred. ex: if an item count of 3 is specified, then they should only move when exactly three identical items are available to move.
Filtering: if using aa filter containing multiple items, the specified number of items should still be identical, ex: if using a filter of forge:raw_ore and a count of 3, move 3 raw iron, or 3 copper, not 1 iron and two copper
Reason: Multiple mods have processes requiring exact counts of items to function and having more or less will cause the desired operation to falter. this would solve for this use case
The text was updated successfully, but these errors were encountered: