This commit is contained in:
ZLOFENIX 2014-07-07 22:14:34 +04:00
parent f675815f22
commit 2f9735c428

View file

@ -143,13 +143,11 @@ public class TileEntityMiningLaser extends TileEntity implements IPeripheral, IG
sendLaserPacket(minerVector, new Vector3(valuable.intX(), valuable.intY(), valuable.intZ()).add(0.5), 1, 1, 0, 2 * WarpDriveConfig.i.ML_MINE_DELAY, 0, 50);
worldObj.playSoundEffect(xCoord + 0.5f, yCoord, zCoord + 0.5f, "warpdrive:lowlaser", 4F, 1F);
harvestBlock(valuable);
return;//top lel, yes yes
}
if (valuableIndex >= valuablesInLayer.size())
{
delayTicksMine = 0;
currentMode = 0;
--currentLayer;
}
delayTicksMine = 0;
currentMode = 0;
--currentLayer;
}
}
}