Fixed Transdimensional Trapdoor and More #87
@@ -31,7 +31,7 @@ public class ClosingRiftFX extends EntityFX
|
|||||||
this.field_92047_az = par14EffectRenderer;
|
this.field_92047_az = par14EffectRenderer;
|
||||||
this.particleScale *= .55F;
|
this.particleScale *= .55F;
|
||||||
this.particleMaxAge = 30 + this.rand.nextInt(16);
|
this.particleMaxAge = 30 + this.rand.nextInt(16);
|
||||||
this.noClip = false;
|
this.noClip = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void func_92045_e(boolean par1)
|
public void func_92045_e(boolean par1)
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ public class GoggleRiftFX extends EntityFireworkSparkFX
|
|||||||
this.field_92047_az = par14EffectRenderer;
|
this.field_92047_az = par14EffectRenderer;
|
||||||
this.particleScale *= .55F;
|
this.particleScale *= .55F;
|
||||||
this.particleMaxAge = 30 + this.rand.nextInt(16);
|
this.particleMaxAge = 30 + this.rand.nextInt(16);
|
||||||
this.noClip = false;
|
this.noClip = true;
|
||||||
}
|
}
|
||||||
public void renderParticle(Tessellator par1Tessellator, float par2, float par3, float par4, float par5, float par6, float par7)
|
public void renderParticle(Tessellator par1Tessellator, float par2, float par3, float par4, float par5, float par6, float par7)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ public class RiftFX extends EntityFX
|
|||||||
this.field_92047_az = par14EffectRenderer;
|
this.field_92047_az = par14EffectRenderer;
|
||||||
this.particleScale *= 0.75F;
|
this.particleScale *= 0.75F;
|
||||||
this.particleMaxAge = 40 + this.rand.nextInt(26);
|
this.particleMaxAge = 40 + this.rand.nextInt(26);
|
||||||
this.noClip = false;
|
this.noClip = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void func_92045_e(boolean par1)
|
public void func_92045_e(boolean par1)
|
||||||
|
|||||||
Reference in New Issue
Block a user