File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
src/main/java/net/zepalesque/redux/mixin/mixins/common/entity Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ public class EvilWhirlwindMixin extends AbstractWhirlwindMixin {
1717    protected  void  redux$spawnParticles (CallbackInfo  ci ) {
1818        if  (ReduxConfig .CLIENT .improved_whirlwinds .get ()) {
1919            EvilWhirlwind  self  = (EvilWhirlwind ) (Object ) this ;
20-             if  (self .getRandom ().nextFloat () < 0.5  ) {
20+             if  (self .getRandom ().nextFloat () < 0.65   &&  self . tickCount  >  10  &&  self . deathTime  <  10 ) {
2121                final  double  minRadius  = 4.5F  / 16 ;
2222                final  double  maxRadius  = 22.5F  / 16 ;
2323                double  rX  = self .getRandom ().nextDouble ();
2424                double  rY  = self .getRandom ().nextDouble ();
2525                double  rZ  = self .getRandom ().nextDouble ();
2626
2727                double  radius  = Mth .lerp (rY , minRadius , maxRadius );
28-                 double  height  = Mth .lerp (rY , 0 ,  4 );
28+                 double  height  = Mth .lerp (rY , 0.5  ,  3.5 );
2929
3030                double  x  = self .getX () - Mth .lerp (rX , -radius , radius );
3131                double  y  = self .getY () + height ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments