Giant stars, biome gen chance
This commit is contained in:
parent
8f19761c34
commit
929d758788
5 changed files with 11 additions and 4 deletions
|
@ -27,7 +27,7 @@ public class ParticleSnowflake extends SpriteBillboardParticle {
|
|||
setSprite(sprites);
|
||||
|
||||
this.maxAge = MHelper.randRange(150, 300, random);
|
||||
this.scale = MHelper.randRange(0.05F, 0.3F, random);
|
||||
this.scale = MHelper.randRange(0.05F, 0.2F, random);
|
||||
this.setColorAlpha(0F);
|
||||
|
||||
preVX = random.nextGaussian() * 0.015;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue