Hopefully fix splitter basin duping #557
Some more thorough testing is needed here to see whether it is actually fixed. I can't reproduce it anymore at least.
This commit is contained in:
parent
0928b0182c
commit
ae399e9c11
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ public class BrassTunnelTileEntity extends BeltTunnelTileEntity {
|
|||
if (remainder == null || !remainder.isEmpty()) {
|
||||
if (force)
|
||||
return;
|
||||
toDistribute = remainder;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue