Merge pull request #697 from aznhe21/patch-mining-well2
Fix mining wells not put two or more stacks in pipe
This commit is contained in:
commit
d59a48658f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class TileMiningWell extends TileMachine implements IMachine, IPowerRecep
|
|||
}
|
||||
|
||||
if (Utils.addToRandomPipeEntry(this, ForgeDirection.UNKNOWN, stack) && stack.stackSize <= 0)
|
||||
return;
|
||||
continue;
|
||||
|
||||
// Throw the object away.
|
||||
// TODO: factorize that code
|
||||
|
|
Loading…
Reference in a new issue