Fix mining wells not put two or more stacks in pipe

This commit is contained in:
aznhe21 2013-03-22 04:06:01 +09:00
parent c352bc53ad
commit 2e7368150e

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