aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com
diff options
context:
space:
mode:
authorUnknown <tudurap.com@gmail.com>2019-07-18 13:58:33 +0200
committerUnknown <tudurap.com@gmail.com>2019-07-18 13:58:33 +0200
commitc7da320ee78d2cb3c9d0dadbb3d381d1e4fe219c (patch)
treef89bd0166f52e0c29dc73aa9443b151f2e852b7c /src/main/java/com
parent9318f52fda71c54db3eb76741aa9a062cb0fb31b (diff)
parent908f05235590f2b71a288a5c96a76f6ec336bd60 (diff)
downloadGT5-Unofficial-c7da320ee78d2cb3c9d0dadbb3d381d1e4fe219c.tar.gz
GT5-Unofficial-c7da320ee78d2cb3c9d0dadbb3d381d1e4fe219c.tar.bz2
GT5-Unofficial-c7da320ee78d2cb3c9d0dadbb3d381d1e4fe219c.zip
Merge remote-tracking branch 'origin/ActuallyBetterParametrizers' into BassAddons
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/github/technus/tectech/entity/fx/WeightlessParticleFX.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/github/technus/tectech/entity/fx/WeightlessParticleFX.java b/src/main/java/com/github/technus/tectech/entity/fx/WeightlessParticleFX.java
index f4afa098d9..d1d2ed611c 100644
--- a/src/main/java/com/github/technus/tectech/entity/fx/WeightlessParticleFX.java
+++ b/src/main/java/com/github/technus/tectech/entity/fx/WeightlessParticleFX.java
@@ -17,6 +17,7 @@ public class WeightlessParticleFX extends EntityFX
this.particleRed = this.particleGreen = this.particleBlue = this.rand.nextFloat() * 0.3F + 0.7F;
this.particleScale = this.rand.nextFloat() * this.rand.nextFloat() * 6.0F + 1.0F;
this.particleMaxAge = (int)(16.0D / ((double)this.rand.nextFloat() * 0.8D + 0.2D)) + 2;
+ this.noClip=true;
}
/**