mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-11 13:04:19 +01:00
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
@ -229,6 +229,7 @@ public class BrassTunnelTileEntity extends BeltTunnelTileEntity {
|
|||||||
if (remainder == null || !remainder.isEmpty()) {
|
if (remainder == null || !remainder.isEmpty()) {
|
||||||
if (force)
|
if (force)
|
||||||
return;
|
return;
|
||||||
|
toDistribute = remainder;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user