Skip to content

Commit

Permalink
Edited normal storm renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbt0907 authored and Mrbt0907 committed May 21, 2023
1 parent 162a622 commit 59dfc4c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ else if (material.equals(Material.LAVA))
}

particle.rotationPitch = Maths.random(70.0F, 110.0F);
particle.setScale(800.0F * sizeCloudMult);
particle.setScale(1000.0F * sizeCloudMult);
listParticlesCloud.add(particle);
}
}
Expand Down Expand Up @@ -393,7 +393,6 @@ else if (material.equals(Material.LAVA))
double var18 = storm.pos.posZ - ent.getPosZ();
ent.rotationYaw = (float)(Math.atan2(var18, var16) * 180.0D / Math.PI) - 90.0F;
ent.rotationPitch = -30F - (ent.getEntityId() % 10); //meso clouds
ent.setScale((ConfigParticle.enable_extended_render_distance ? 1800.0F : 600.0F) * sizeCloudMult);

}
else
Expand Down

0 comments on commit 59dfc4c

Please sign in to comment.