Update GT_MetaTileEntity_DrillerBase.java
This commit is contained in:
parent
fbdb6ceecf
commit
55af1972b8
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ public abstract class GT_MetaTileEntity_DrillerBase extends GT_MetaTileEntity_Mu
|
|||
|
||||
protected boolean workingDownward(ItemStack aStack, int xDrill, int yDrill, int zDrill, int xPipe, int zPipe, int yHead, int oldYHead){
|
||||
if(!tryLowerPipe())
|
||||
if(waitForPipes()) return false;
|
||||
isPickingPipes = true;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue