鼠标延迟修复MouseDelayFix是Minecraft1.8.x,1.9.x和1.10.x的伪造模块,用于修复Minecraft1.8()中引入的鼠标延迟错误。
错误//EntityLivingBasepublicVec3getLook(floatpartialTicks){if(partialTicks==1.0F){returnthis.getVectorForRotation(this.rotationPitch,this.rotationYawHead);}else{floatf=this.prevRotationPitch+(this.rotationPitch-this.prevRotationPitch)*partialTicks;floatf1=this.prevRotationYawHead+(this.rotationYawHead-this.prevRotationYaw
1