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){
|
protected boolean workingDownward(ItemStack aStack, int xDrill, int yDrill, int zDrill, int xPipe, int zPipe, int yHead, int oldYHead){
|
||||||
if(!tryLowerPipe())
|
if(!tryLowerPipe())
|
||||||
|
if(waitForPipes()) return false;
|
||||||
isPickingPipes = true;
|
isPickingPipes = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue