.. for real
This commit is contained in:
parent
d10cd4bc4a
commit
d609f9662f
1 changed files with 2 additions and 0 deletions
|
@ -589,6 +589,8 @@ public class PipeTransportItems extends PipeTransport {
|
|||
entities.set(k, null);
|
||||
} else {
|
||||
target.item.getItemStack().stackSize += space;
|
||||
|
||||
source.item.getItemStack().stackSize -= space;
|
||||
}
|
||||
|
||||
if (amount >= space) {
|
||||
|
|
Loading…
Reference in a new issue