diff options
author | Tec <daniel112092@gmail.com> | 2019-07-18 13:58:12 +0200 |
---|---|---|
committer | Tec <daniel112092@gmail.com> | 2019-07-18 13:58:12 +0200 |
commit | 908f05235590f2b71a288a5c96a76f6ec336bd60 (patch) | |
tree | 8110076ce3131bfb362eb49c798e2509636559dd /src | |
parent | b78f32c9708af415060bb162a7999495b8dfcf41 (diff) | |
download | GT5-Unofficial-908f05235590f2b71a288a5c96a76f6ec336bd60.tar.gz GT5-Unofficial-908f05235590f2b71a288a5c96a76f6ec336bd60.tar.bz2 GT5-Unofficial-908f05235590f2b71a288a5c96a76f6ec336bd60.zip |
No clip
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/com/github/technus/tectech/entity/fx/WeightlessParticleFX.java | 1 |
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; } /** |