Digital Miner delay is now persistent

This commit is contained in:
Aidan C. Brady 2014-11-21 08:23:56 -05:00
parent db5c2c3d2c
commit a94b9a227d

View file

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