This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
- Removed support for the Deep Storage Unit API (raoulvdberge)
|
||||
- Performance improvements related to storage inserting and extracting (raoulvdberge)
|
||||
- Fixed crash with External Storage (raoulvdberge)
|
||||
- Fixed Interface duping items on extract-only storages (raoulvdberge)
|
||||
|
||||
### 1.4.1
|
||||
- Added Storage Monitor (raoulvdberge)
|
||||
|
||||
@@ -64,7 +64,7 @@ public class NetworkNodeInterface extends NetworkNode implements IComparable {
|
||||
|
||||
if (remainder == null) {
|
||||
importItems.extractItemInternal(currentSlot, size, false);
|
||||
} else {
|
||||
} else if (size - remainder.getCount() > 0) {
|
||||
importItems.extractItemInternal(currentSlot, size - remainder.getCount(), false);
|
||||
|
||||
currentSlot++;
|
||||
|
||||
Reference in New Issue
Block a user