From 908f05235590f2b71a288a5c96a76f6ec336bd60 Mon Sep 17 00:00:00 2001 From: Tec Date: Thu, 18 Jul 2019 13:58:12 +0200 Subject: No clip --- .../java/com/github/technus/tectech/entity/fx/WeightlessParticleFX.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/com') 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; } /** -- cgit