Digital Miner delay is now persistent
This commit is contained in:
parent
db5c2c3d2c
commit
a94b9a227d
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,6 @@ public class TileEntityDigitalMiner extends TileEntityElectricBlock implements I
|
|||
worldObj.playAuxSFXAtEntity(null, 2001, coord.xCoord, coord.yCoord, coord.zCoord, Block.getIdFromBlock(block) + (meta << 12));
|
||||
|
||||
missingStack = null;
|
||||
delay = getDelay();
|
||||
}
|
||||
|
||||
break;
|
||||
|
@ -277,6 +276,8 @@ public class TileEntityDigitalMiner extends TileEntityElectricBlock implements I
|
|||
oresToMine.remove(chunk);
|
||||
}
|
||||
}
|
||||
|
||||
delay = getDelay();
|
||||
}
|
||||
else {
|
||||
if(prevEnergy >= getEnergy())
|
||||
|
|
Loading…
Reference in a new issue