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:
CovertJaguar 2013-03-21 12:31:28 -07:00
commit d59a48658f

View file

@ -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