Added max transfer amount to filter transfer argument.
This commit is contained in:
parent
8b6787b27c
commit
6c91865c5e
4 changed files with 8 additions and 8 deletions
|
@ -124,7 +124,7 @@ public class TileMasterRoutingNode extends TileInventory implements IMasterRouti
|
|||
List<IItemFilter> inputList = inputEntry.getValue();
|
||||
for (IItemFilter inputFilter : inputList)
|
||||
{
|
||||
inputFilter.transferThroughInputFilter(outputFilter);
|
||||
inputFilter.transferThroughInputFilter(outputFilter, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue