Updated to 1.5.2, Forge build 688

This commit is contained in:
brikeener
2013-05-08 16:29:01 -04:00
parent 815dfdc15d
commit 8cfb157699
13 changed files with 33 additions and 32 deletions

View File

@@ -96,18 +96,19 @@ public class RiftFX extends EntityFX
float f9 = f8 + 0.0624375F;
float f10 = 0.1F * this.particleScale;
if (this.particleTextureIndex != null)
if (this.particleIcon != null)
{
f6 = this.particleTextureIndex.getMinU();
f7 = this.particleTextureIndex.getMaxU();
f8 = this.particleTextureIndex.getMinV();
f9 = this.particleTextureIndex.getMaxV();
f6 = this.particleIcon.getMinU();
f7 = this.particleIcon.getMaxU();
f8 = this.particleIcon.getMinV();
f9 = this.particleIcon.getMaxV();
}
float f11 = (float)(this.prevPosX + (this.posX - this.prevPosX) * (double)par2 - interpPosX);
float f12 = (float)(this.prevPosY + (this.posY - this.prevPosY) * (double)par2 - interpPosY);
float f13 = (float)(this.prevPosZ + (this.posZ - this.prevPosZ) * (double)par2 - interpPosZ);
float f14 = .0F;
float f14 = 1.0F;
try
{