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:
grimmauld 2020-12-20 21:48:27 +01:00
parent 0928b0182c
commit ae399e9c11

View file

@ -229,6 +229,7 @@ public class BrassTunnelTileEntity extends BeltTunnelTileEntity {
if (remainder == null || !remainder.isEmpty()) {
if (force)
return;
toDistribute = remainder;
continue;
}